php ci tools
2.0.0

PHP continuous integration tools is a library with the latest versions of my favorite PHP tools.
The recommended way to install is through Composer.
composer require adlacruzes/php-ci-toolsCommands are managed by the vendor command ci-tools
vendor/bin/ci-tools COMMAND| Command | Version | Link |
|---|---|---|
| composer-normalize | 2.28.3 | https://github.com/ergebnis/composer-normalize |
| composer-require-checker | 3.2.0 | https://github.com/maglnet/ComposerRequireChecker |
| infection | 0.24.0 | https://github.com/infection/infection |
| php-cs-fixer | 3.14.4 | https://github.com/FriendsOfPHP/PHP-CS-Fixer |
| phpcbf | 3.7.1 | https://github.com/squizlabs/PHP_CodeSniffer |
| phpcs | 3.7.1 | https://github.com/squizlabs/PHP_CodeSniffer |
| phpstan | 1.9.17 | https://github.com/phpstan/phpstan |