Skip to content

Commit

Permalink
Merge pull request #109 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Fixed the phpunit version constraint
  • Loading branch information
vlucas committed Oct 13, 2014
2 parents f7c11ca + 9a59888 commit decdb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "@stable"
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit decdb01

Please sign in to comment.