Skip to content

Commit c23f3bf

Browse files
committed
Adds PHPMD ^2.2.0
1 parent 58cb8b6 commit c23f3bf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ convenient way of installing all PHP Quality Assurance tools.
99

1010
You'll get the following tools by depending on this package:
1111

12+
* **[PHPMD]**: PHP Mess Detector
1213
* **[PHPUnit]**: Testing framework for PHP
1314

15+
[PHPMD]: https://phpmd.org/
1416
[PHPUnit]: https://phpunit.de/
1517

1618
## Contributing

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"source": "https://github.com/DealerDirect/php-qa-tools"
2424
},
2525
"require": {
26+
"phpmd/phpmd": "^2.2.0",
2627
"phpunit/phpunit": "^5.5.0"
2728
},
2829
"suggest": {

0 commit comments

Comments
 (0)