Skip to content

Commit

Permalink
MINOR Use composer @stable for PHPUnit
Browse files Browse the repository at this point in the history
Using stable will allow some packages to be downloaded as zips instead of clones all the time.
  • Loading branch information
willmorgan committed May 5, 2014
1 parent f2b2ee8 commit 06aa0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"composer/installers": "*"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7"
"phpunit/PHPUnit": "~3.7@stable"
},
"autoload": {
"classmap": ["tests/behat/features/bootstrap"]
Expand Down

0 comments on commit 06aa0c9

Please sign in to comment.