Skip to content

Commit

Permalink
Don't require dev version of doctrine/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Mar 9, 2014
1 parent 7286434 commit 6b8b970
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 @@ -11,7 +11,7 @@
"require": {
"php": ">=5.4.0",
"guzzle/guzzle": "~3.7",
"doctrine/cache": "1.4.*@dev"
"doctrine/cache": "v1.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down

0 comments on commit 6b8b970

Please sign in to comment.