25 Commits

Author SHA1 Message Date
Shivam Mathur
e8cd65f444
Switch to PHPCSStandards/PHP_CodeSniffer for phpcs and phpcbf 2023-12-04 08:00:30 +05:30
Shivam Mathur
b5efb21934
Add tests for box and php-scoper 2023-11-01 09:29:02 +05:30
Théo FIDRY
28b68529b5
feat: Add Box and PHP-Scoper as tools 2023-11-01 08:53:26 +05:30
Shivam Mathur
c63f07d82e
Fix version prefix for castor 2023-06-23 23:28:05 +05:30
Loïck Piera
7ce22e0264
Add support for jolicode/castor 2023-06-23 16:13:17 +02:00
Shivam Mathur
d2f333de6f
Fix regression in major/minor.major version support for phpunit 2023-06-13 03:16:19 +05:30
Shivam Mathur
6cc8b47c6f
Add support to fetch tool versions from packagist 2023-06-12 15:27:46 +05:30
Shivam Mathur
51f83e019c
Switch composer-unused back to phar 2022-12-01 04:45:59 +05:30
Shivam Mathur
22035eb75b
Fix version_prefix for laravel/pint 2022-10-10 15:35:29 +05:30
Shivam Mathur
52685a348b
Add support to install rector in tools input 2022-08-17 16:48:27 +05:30
Ruben Robles
0f688a10cb
Add support for tool Laravel Pint 2022-07-11 12:13:41 +02:00
Shivam Mathur
71d07ee7f4
Update symfony-cli support to use new symfony-cli/symfony-cli 2022-01-29 11:27:44 +05:30
Fabien Villepinte
c09e310dc1
Tools: add support for Churn-PHP 2022-01-28 23:07:30 +01:00
Shivam Mathur
f24f33ea89
Scope binary tools installed using composer 2021-12-31 00:11:33 +05:30
Shivam Mathur
7789b4e03e
Switch to phar releases for phpspec 2021-12-29 20:17:24 +05:30
Shivam Mathur
15b20027cf
Use GitHub releases for phive's latest version 2021-12-13 07:47:57 +05:30
jrfnl
2c8682d5e6 Tools: add support for phpunit-polyfills
Ref: https://github.com/Yoast/PHPUnit-Polyfills
2021-09-20 16:04:04 +02:00
Shivam Mathur
e0dd9c9560
Merge pull request #501 from jrfnl/feature/fix-typo
Fix apparent typo
2021-09-20 06:19:02 +05:30
jrfnl
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
jrfnl
257e4c088d Tools: add support for parallel-lint 2021-09-20 02:22:22 +02:00
jrfnl
fa5fbefff9 Tools: add support for phpDocumentor 2021-09-19 13:41:39 +02:00
Shivam Mathur
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
Shivam Mathur
c88f07696b
Add support for phpunit-bridge 2021-07-17 08:42:11 +05:30
Shivam Mathur
1a216636c5
Use composer for composer-require-checker 2021-07-12 10:45:56 +05:30
Shivam Mathur
6449431df2
Move tools config to tools.json
Refactor tools functions to use Records and object literals
2021-07-07 22:40:02 +05:30