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 Ingo Schommer
parent 733e2e82be
commit 0c2332f8bd

View File

@ -20,6 +20,6 @@
"composer/installers": "*"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7"
"phpunit/PHPUnit": "~3.7@stable"
}
}