Skip to content

Commit

Permalink
Improve depndency to be a little more stable
Browse files Browse the repository at this point in the history
Specify the branch that should be used to that composer doesn't pick one at "random".

Using * might lead to issues when php-timer gets feature branches
  • Loading branch information
edorian committed Nov 24, 2012
1 parent 4281aa1 commit 37d35a1
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 @@ -22,7 +22,7 @@
"classmap": [ "." ]
},
"suggests": {
"phpunit/php-timer": "*"
"phpunit/php-timer": "dev-master"
},
"require": {
"php": ">=5.1.2"
Expand Down

0 comments on commit 37d35a1

Please sign in to comment.