Skip to content

Commit c99d7d9

Browse files
committed
Added PHP Parallel Lint & JSON Lint tools
1 parent 3d8bf72 commit c99d7d9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@
3434
"brianium/paratest": ">=0.14.0,<1.0.0",
3535
"codeception/codeception": "^2.2.0",
3636
"friendsofphp/php-cs-fixer": "^1.12.1",
37+
"jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0",
3738
"phploc/phploc": "^3.0.1",
3839
"phpmetrics/phpmetrics": "^1.9.0",
3940
"phpmd/phpmd": "^2.2.0",
4041
"phpro/grumphp": ">=0.9.0,<1.0.0",
4142
"phpunit/phpunit": "^5.5.0",
4243
"pdepend/pdepend": "^2.2.0",
4344
"sebastian/phpcpd": "^2.0.0",
45+
"seld/jsonlint": "^1.4.0",
4446
"sensiolabs/security-checker": "^4.0",
4547
"sstalle/php7cc": "^1.1.0",
4648
"squizlabs/php_codesniffer": "^2.5",
@@ -54,6 +56,5 @@
5456
"phpunit/phpcov": "Command-line frontend for the PHP_CodeCoverage library",
5557
"sami/sami": "Documentation generator used for Symfony2 docs.",
5658
"theseer/phpdox": "A fast Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT) with event based processing."
57-
},
58-
"prefer-stable": true
59+
}
5960
}

0 commit comments

Comments
 (0)