Fix composer deps

This commit is contained in:
Nicolas Grekas 2017-06-02 14:59:20 +02:00
parent 4ad0dbf584
commit d89670461d
3 changed files with 6 additions and 6 deletions

View File

@ -20,9 +20,9 @@
"ext-xml": "*",
"symfony/cache": "~3.3",
"symfony/class-loader": "~3.2",
"symfony/dependency-injection": "~3.3-beta2",
"symfony/dependency-injection": "~3.3",
"symfony/config": "~3.3",
"symfony/event-dispatcher": "~3.3",
"symfony/event-dispatcher": "^3.3.1",
"symfony/http-foundation": "~3.3",
"symfony/http-kernel": "~3.3",
"symfony/polyfill-mbstring": "~1.0",
@ -49,7 +49,7 @@
"symfony/serializer": "~3.3",
"symfony/translation": "~3.2",
"symfony/templating": "~2.8|~3.0",
"symfony/validator": "~3.3-rc2",
"symfony/validator": "~3.3",
"symfony/workflow": "~3.3",
"symfony/yaml": "~3.2",
"symfony/property-info": "~3.3",
@ -69,7 +69,7 @@
"symfony/property-info": "<3.3",
"symfony/serializer": "<3.3",
"symfony/translation": "<3.2",
"symfony/validator": "<3.3-rc2",
"symfony/validator": "<3.3",
"symfony/workflow": "<3.3"
},
"suggest": {

View File

@ -18,7 +18,7 @@
"require": {
"php": ">=5.5.9",
"symfony/security": "~3.3",
"symfony/dependency-injection": "~3.3-beta2",
"symfony/dependency-injection": "~3.3",
"symfony/http-kernel": "~3.3",
"symfony/polyfill-php70": "~1.0"
},

View File

@ -32,7 +32,7 @@
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them"
},
"conflict": {
"symfony/config": "<=3.3-beta1",
"symfony/config": "<3.3",
"symfony/finder": "<3.3",
"symfony/yaml": "<3.3"
},