[2.8] Fix lowest deps

This commit is contained in:
Nicolas Grekas 2015-07-02 10:26:24 +02:00
parent f59a0baa95
commit a036a77299
3 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@ matrix:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 5.3
- php: 5.6
env: deps=low
- php: 5.6
env: deps=high

View File

@ -20,11 +20,11 @@
"symfony/asset": "~2.7|~3.0.0",
"symfony/dependency-injection" : "~2.8",
"symfony/config" : "~2.4",
"symfony/event-dispatcher": "~2.5|~3.0.0",
"symfony/event-dispatcher": "~2.8|~3.0.0",
"symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4|~3.0.0",
"symfony/http-kernel": "~2.7|~3.0.0",
"symfony/filesystem": "~2.3|~3.0.0",
"symfony/routing": "~2.6,>2.6.4|~3.0.0",
"symfony/routing": "~2.8|~3.0.0",
"symfony/security-core": "~2.6|~3.0.0",
"symfony/security-csrf": "~2.6|~3.0.0",
"symfony/stopwatch": "~2.3|~3.0.0",

View File

@ -23,6 +23,7 @@
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0.0",
"symfony/browser-kit": "~2.4|~3.0.0",
"symfony/config": "~2.8|~3.0.0",
"symfony/console": "~2.7|~3.0.0",
"symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
"symfony/dependency-injection": "~2.6,>=2.6.6|~3.0.0",