Merge pull request #3104 from willmorgan/patch-5

MINOR Use composer @stable for PHPUnit
This commit is contained in:
Ingo Schommer 2014-05-09 16:34:01 +12:00
commit dd638014a4

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"]