MINOR Use composer @stable for PHPUnit

Using stable will allow some packages to be downloaded as zips instead of clones all the time.
This commit is contained in:
Will Morgan 2014-05-05 15:30:05 +01:00 committed by Damian Mooyman
parent 98e5c1556f
commit 1d4082b6f0

View File

@ -20,7 +20,7 @@
"composer/installers": "*"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7"
"phpunit/PHPUnit": "~3.7@stable"
},
"autoload": {
"classmap": ["tests/behat/features/bootstrap"]