Skip to content

Commit

Permalink
fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
romainkuzniak committed Aug 6, 2014
1 parent 020f1fd commit e2e8065
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"description": "Use case library",
"type": "library",
"keywords": ["design"],
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
Expand All @@ -27,7 +26,7 @@
},
"require": {
"doctrine/annotations": "1.*",
"openclassrooms/cache": "1.0.x-dev"
"openclassrooms/cache": "1.0.*@dev"
},
"require-dev": {
"phpunit/phpunit": "~3.7",
Expand Down

0 comments on commit e2e8065

Please sign in to comment.