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 1047599 commit 1ad52d4Copy full SHA for 1ad52d4
README.md
@@ -20,8 +20,8 @@ Included in this package are:
20
21
The installed tools are available in vendor/bin/ and can be started like this:
22
23
- php bin/phpmd
24
-
+ php vendor/bin/phpmd
+
25
26
# Installation
27
composer.json
@@ -21,8 +21,8 @@
"phpunit/dbunit": "~1.2",
"phploc/phploc": "~2.0",
- "sebastian/phpcpd": "~1.4",
+ "sebastian/phpcpd": "~2.0",
"pdepend/pdepend": "~1.1",
"phpmd/phpmd": "~1.4",
28
"squizlabs/php_codesniffer": "~1.4",
0 commit comments