26dc9b4fed
Add mago tool support as custom package
...
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com >
2025-07-17 10:57:30 +00:00
8aee7c58b7
Sort tools.json [skip ci]
2025-07-17 15:05:00 +05:30
b8f4bf011c
Merge branch 'develop' into copilot/fix-d6851e4e-e860-4989-8c53-4391e7116ea7
2025-07-17 14:58:44 +05:30
f9fbb516a6
Address review feedback: revert src/tools.ts, remove run.sh, rename tool to backward-compatibility-check
...
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com >
2025-07-17 08:54:16 +00:00
9dffd40113
Add roave/backward-compatibility-check tool support
...
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com >
2025-07-17 08:34:50 +00:00
24d382d1f8
Add support for shipmonk/name-collision-detector tool
...
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com >
2025-07-17 07:25:13 +00:00
dd942787eb
Add support for pie in tools
2025-05-08 09:46:50 +02:00
fd913ba092
Fix composer normalize version [skip ci]
2025-01-22 04:56:05 +05:30
64652c947d
Update php-cs-fixer repository organisation
2025-01-08 11:13:54 +01:00
9e72090525
Fix composer-dependency-analyser packagist repository
2024-12-30 21:54:47 +05:30
24eff50574
Support composer-dependency-analyser
2024-07-15 15:14:10 +02:00
18975ec414
Fix ecs config
2024-04-26 02:16:03 +05:30
806c3cc058
Add support for ecs
2024-04-25 21:59:57 +02:00
e8cd65f444
Switch to PHPCSStandards/PHP_CodeSniffer for phpcs and phpcbf
2023-12-04 08:00:30 +05:30
b5efb21934
Add tests for box and php-scoper
2023-11-01 09:29:02 +05:30
28b68529b5
feat: Add Box and PHP-Scoper as tools
2023-11-01 08:53:26 +05:30
c63f07d82e
Fix version prefix for castor
2023-06-23 23:28:05 +05:30
7ce22e0264
Add support for jolicode/castor
2023-06-23 16:13:17 +02:00
d2f333de6f
Fix regression in major/minor.major version support for phpunit
2023-06-13 03:16:19 +05:30
6cc8b47c6f
Add support to fetch tool versions from packagist
2023-06-12 15:27:46 +05:30
51f83e019c
Switch composer-unused back to phar
2022-12-01 04:45:59 +05:30
22035eb75b
Fix version_prefix for laravel/pint
2022-10-10 15:35:29 +05:30
52685a348b
Add support to install rector in tools input
2022-08-17 16:48:27 +05:30
0f688a10cb
Add support for tool Laravel Pint
2022-07-11 12:13:41 +02:00
71d07ee7f4
Update symfony-cli support to use new symfony-cli/symfony-cli
2022-01-29 11:27:44 +05:30
c09e310dc1
Tools: add support for Churn-PHP
2022-01-28 23:07:30 +01:00
f24f33ea89
Scope binary tools installed using composer
2021-12-31 00:11:33 +05:30
7789b4e03e
Switch to phar releases for phpspec
2021-12-29 20:17:24 +05:30
15b20027cf
Use GitHub releases for phive's latest version
2021-12-13 07:47:57 +05:30
2c8682d5e6
Tools: add support for phpunit-polyfills
...
Ref: https://github.com/Yoast/PHPUnit-Polyfills
2021-09-20 16:04:04 +02:00
e0dd9c9560
Merge pull request #501 from jrfnl/feature/fix-typo
...
Fix apparent typo
2021-09-20 06:19:02 +05:30
608ad1a0cf
Tools: fix typo
...
While the PHPCPD and PHPUnit tools use the [same function under the hood](1fa3ba1b16/src/tools.ts (L461-L473)
), I have the impression that the `function` keyword should be the tool name.
If that's correct, this should fix it.
2021-09-20 02:22:42 +02:00
257e4c088d
Tools: add support for parallel-lint
2021-09-20 02:22:22 +02:00
fa5fbefff9
Tools: add support for phpDocumentor
2021-09-19 13:41:39 +02:00
4d3cfaa653
Fixed support for php-cs-fixer
...
Added fetch_latest to tools.json. When fetch_latest is true for a tool
it will fetch the release.atom for the tool and parse that to get the
latest release.
Bumped lib version to ES2020 in tsconfig.json for string.matchAll.
2021-08-20 09:14:39 +05:30
c88f07696b
Add support for phpunit-bridge
2021-07-17 08:42:11 +05:30
1a216636c5
Use composer for composer-require-checker
2021-07-12 10:45:56 +05:30
6449431df2
Move tools config to tools.json
...
Refactor tools functions to use Records and object literals
2021-07-07 22:40:02 +05:30