Symfony: downgrade (FosRest issues)

This commit is contained in:
Simon Vieille 2016-11-23 20:11:07 +01:00
parent 9b8fa578c9
commit 5cbea9b000

View file

@ -17,16 +17,15 @@
}
},
"require": {
"php": ">=5.5.9",
"symfony/symfony": "3.0.*",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-cache-bundle": "^1.2",
"symfony/swiftmailer-bundle": "^2.3",
"symfony/monolog-bundle": "^2.8",
"sensio/distribution-bundle": "^5.0",
"php": ">=5.3.9",
"symfony/symfony": "2.8.*",
"doctrine/orm": "^2.4.8",
"doctrine/doctrine-bundle": "~1.4",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~5.0",
"sensio/framework-extra-bundle": "^3.0.2",
"incenteev/composer-parameter-handler": "^2.0",
"incenteev/composer-parameter-handler": "~2.0",
"jms/serializer-bundle": "~1.1",
"friendsofsymfony/rest-bundle": "^1.7",
"friendsofsymfony/jsrouting-bundle": "1.*",