Limit phpunit dev dependency to stable.

This commit is contained in:
GaryJones 2012-11-22 13:18:34 +00:00
parent a58bceb4aa
commit 7ef4283511
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
"phpunit/phpunit": "*",
"phpunit/phpunit": "3.7.*@stable",
"mockery/mockery": "*"
},
"autoload": {