We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cb8b6 commit c23f3bfCopy full SHA for c23f3bf
README.md
@@ -9,8 +9,10 @@ convenient way of installing all PHP Quality Assurance tools.
9
10
You'll get the following tools by depending on this package:
11
12
+* **[PHPMD]**: PHP Mess Detector
13
* **[PHPUnit]**: Testing framework for PHP
14
15
+[PHPMD]: https://phpmd.org/
16
[PHPUnit]: https://phpunit.de/
17
18
## Contributing
composer.json
@@ -23,6 +23,7 @@
23
"source": "https://github.com/DealerDirect/php-qa-tools"
24
},
25
"require": {
26
+ "phpmd/phpmd": "^2.2.0",
27
"phpunit/phpunit": "^5.5.0"
28
29
"suggest": {
0 commit comments