Skip to content

Commit

Permalink
Specify a minimum version of Mockery
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Smith committed Feb 18, 2014
1 parent 75a3401 commit 820e8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
"require": { "require": {
"php": ">=5.3.6", "php": ">=5.3.6",
"phpunit/PHPUnit": ">=3.6.10", "phpunit/PHPUnit": ">=3.6.10",
"mockery/mockery": "dev-master" "mockery/mockery": ">=0.7.0"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [
Expand Down

0 comments on commit 820e8cc

Please sign in to comment.