Skip to content

Commit

Permalink
Composer minimum stability is not 'dev' anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Nov 14, 2013
1 parent 3ce5dca commit a2d8629
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 @@ -30,7 +30,7 @@
"symfony/validator": "~2.1",
"symfony/yaml": "~2.1",
"symfony/form": "~2.1",
"friendsofsymfony/rest-bundle": "0.12.*@dev",
"friendsofsymfony/rest-bundle": "~1.0",
"jms/serializer-bundle": ">=0.11",
"sensio/framework-extra-bundle": "~2.1"
},
Expand All @@ -40,7 +40,6 @@
"friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
"jms/serializer": "For making use of serializer information in the doc."
},
"minimum-stability": "dev",
"autoload": {
"psr-0": { "Nelmio\\ApiDocBundle": "" }
},
Expand Down

0 comments on commit a2d8629

Please sign in to comment.