Fix some lowest deps

This commit is contained in:
Nicolas Grekas 2016-06-30 13:30:07 +02:00
parent 949b6a4ce2
commit aa0e8bd980
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"symfony/event-dispatcher": "~2.8|~3.0.0",
"symfony/finder": "~2.0,>=2.0.5|~3.0.0",
"symfony/http-foundation": "~2.7",
"symfony/http-kernel": "~2.7.15|~2.8.8",
"symfony/http-kernel": "~2.8.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/filesystem": "~2.3|~3.0.0",
"symfony/routing": "~2.8|~3.0.0",

View File

@ -18,7 +18,7 @@
"require": {
"php": ">=5.3.9",
"symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0",
"symfony/http-foundation": "~2.8.8|~3.0.8",
"symfony/http-foundation": "~2.7.15|~2.8.8|~3.0.8",
"symfony/debug": "~2.6,>=2.6.2",
"psr/log": "~1.0"
},