Skip to content

Commit 1ad52d4

Browse files
committed
Raised sebastian/phpcpd to v2.0
1 parent 1047599 commit 1ad52d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Included in this package are:
2020

2121
The installed tools are available in vendor/bin/ and can be started like this:
2222

23-
php bin/phpmd
24-
23+
php vendor/bin/phpmd
24+
2525

2626
# Installation
2727

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"phpunit/dbunit": "~1.2",
2222

2323
"phploc/phploc": "~2.0",
24-
"sebastian/phpcpd": "~1.4",
25-
24+
"sebastian/phpcpd": "~2.0",
25+
2626
"pdepend/pdepend": "~1.1",
2727
"phpmd/phpmd": "~1.4",
2828
"squizlabs/php_codesniffer": "~1.4",

0 commit comments

Comments
 (0)