@@ -19,9 +19,11 @@ You'll get the following tools by depending on this package:
1919* ** [ Behat] ** : BDD framework for PHP
2020* ** [ Codeception] ** : Modern full-stack testing framework for PHP
2121* ** [ GrumPHP] ** : Githooks for PHP QA tooling
22+ * ** [ JSON Lint] ** : JSON Lint for PHP
2223* ** [ Mink] ** : PHP 5.3+ web browser emulator abstraction
2324* ** [ ParaTest] ** : Parallel testing for PHPUnit
2425* ** [ PHP Coding Standards Fixer] ** : A tool to automatically fix PHP coding standards issues
26+ * ** [ PHP Parallel Lint] ** : Check syntax of PHP files faster than serial check with fancier output
2527* ** [ PHP_CodeSniffer] ** : Detects violations of a defined set of coding standards
2628* ** [ PHP_Depend] ** : Software metrics for PHP
2729* ** [ php7cc] ** : PHP 7 Compatibility Checker
@@ -53,9 +55,11 @@ The following packages are suggested:
5355[ Behat ] : http://behat.org
5456[ Codeception ] : http://codeception.com
5557[ GrumPHP ] : https://github.com/phpro/grumphp
58+ [ JSON Lint ] : https://github.com/Seldaek/jsonlint
5659[ Mink ] : http://mink.behat.org
5760[ ParaTest ] : https://github.com/brianium/paratest
5861[ PHP Coding Standards Fixer ] : http://cs.sensiolabs.org
62+ [ PHP Parallel Lint ] : https://github.com/JakubOnderka/PHP-Parallel-Lint
5963[ PHP_CodeSniffer ] : https://github.com/squizlabs/PHP_CodeSniffer
6064[ PHP_Depend ] : https://github.com/pdepend/pdepend
6165[ php7cc ] : https://github.com/sstalle/php7cc
0 commit comments