Skip to content

Commit

Permalink
Merge pull request #145 from Ocramius/hotfix/issue-#140-phpunit-phpt-…
Browse files Browse the repository at this point in the history
…breakages

Upgrading PHPUnit to verify that sebastianbergmann/phpunit#1115 fixed #140
  • Loading branch information
Ocramius committed Feb 14, 2014
2 parents 4da7447 + ddebe32 commit a6241be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
],
"require": {
"php": ">=5.3.3",
"zendframework/zend-code": "2.*"
"zendframework/zend-code": ">2.2.5,<3.0"
},
"require-dev": {
"phpunit/phpunit": ">=3.7,<3.9",
"phpmd/phpmd": "1.4.*",
"squizlabs/php_codesniffer": "1.4.*",
"satooshi/php-coveralls": "~0.6"
"phpunit/phpunit": "~3.7",
"phpmd/phpmd": "1.4.*",
"squizlabs/php_codesniffer": "1.4.*",
"satooshi/php-coveralls": "~0.6"
},
"suggest": {
"zendframework/zend-stdlib": "To use the hydrator proxy",
Expand Down

0 comments on commit a6241be

Please sign in to comment.