Skip to content
This repository has been archived by the owner on Sep 8, 2019. It is now read-only.

Commit

Permalink
Added phpdocumentor to the dependencies and updated phpcs version.
Browse files Browse the repository at this point in the history
  • Loading branch information
axelitus committed Jan 9, 2014
1 parent b11f7c2 commit 81ceba0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"squizlabs/php_codesniffer": "1.4.*",
"squizlabs/php_codesniffer": "1.5.*",
"phpmd/phpmd" : "1.5.*",
"league/phpunit-coverage-listener": "~1.0"
"league/phpunit-coverage-listener": "~1.0",
"phpdocumentor/phpdocumentor": "2.*"
},
"replace": {
"axelitus/acre-common": "*"
Expand Down

0 comments on commit 81ceba0

Please sign in to comment.