mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Composer minimum stability is not 'dev' anymore
This commit is contained in:
parent
3ce5dca429
commit
a2d8629f68
@ -30,7 +30,7 @@
|
|||||||
"symfony/validator": "~2.1",
|
"symfony/validator": "~2.1",
|
||||||
"symfony/yaml": "~2.1",
|
"symfony/yaml": "~2.1",
|
||||||
"symfony/form": "~2.1",
|
"symfony/form": "~2.1",
|
||||||
"friendsofsymfony/rest-bundle": "0.12.*@dev",
|
"friendsofsymfony/rest-bundle": "~1.0",
|
||||||
"jms/serializer-bundle": ">=0.11",
|
"jms/serializer-bundle": ">=0.11",
|
||||||
"sensio/framework-extra-bundle": "~2.1"
|
"sensio/framework-extra-bundle": "~2.1"
|
||||||
},
|
},
|
||||||
@ -40,7 +40,6 @@
|
|||||||
"friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
|
"friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
|
||||||
"jms/serializer": "For making use of serializer information in the doc."
|
"jms/serializer": "For making use of serializer information in the doc."
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": { "Nelmio\\ApiDocBundle": "" }
|
"psr-0": { "Nelmio\\ApiDocBundle": "" }
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user