Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hummer2k committed Jun 24, 2015
1 parent 9ba2675 commit 0e9f503
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"require-dev": {
"zendframework/zend-developer-tools": "dev-master",
"satooshi/php-coveralls": "~0.6",
"squizlabs/php_codesniffer": "~1.5.*",
"phpmd/phpmd": "~2.1.*",
"sebastian/phpcpd": "~2.0.*",
"pdepend/pdepend": "~2.0.*",
"phploc/phploc": "~2.0.*",
"phpunit/phpunit": "~4.3.*",
"theseer/phpdox": "~0.7.*"
"squizlabs/php_codesniffer": "~1.5",
"phpmd/phpmd": "~2.1",
"sebastian/phpcpd": "~2.0",
"pdepend/pdepend": "~2.0",
"phploc/phploc": "~2.0",
"phpunit/phpunit": "~4.3",
"theseer/phpdox": "~0.7"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 0e9f503

Please sign in to comment.