fix deps=low

This commit is contained in:
Nicolas Grekas 2017-11-16 17:51:27 +02:00
parent b67b807164
commit 7993ce57a4
3 changed files with 10 additions and 4 deletions

View File

@ -18,7 +18,7 @@
"require": {
"php": ">=5.3.9",
"ext-xml": "*",
"symfony/security": "~2.7",
"symfony/security": "~2.7.38|~2.8.31",
"symfony/security-acl": "~2.7",
"symfony/http-kernel": "~2.7"
},
@ -26,7 +26,7 @@
"symfony/browser-kit": "~2.7",
"symfony/console": "~2.7",
"symfony/css-selector": "^2.7",
"symfony/dependency-injection": "^2.7",
"symfony/dependency-injection": "^2.7.1",
"symfony/dom-crawler": "^2.7",
"symfony/form": "~2.7.15|^2.8.8",
"symfony/framework-bundle": "~2.7.25|^2.8.18",

View File

@ -20,7 +20,10 @@
"symfony/security-core": "~2.4"
},
"require-dev": {
"symfony/http-foundation": "~2.1"
"symfony/http-foundation": "~2.7"
},
"conflict": {
"symfony/http-foundation": "<2.7.38|~2.8,<2.8.31"
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."

View File

@ -19,7 +19,7 @@
"php": ">=5.3.9",
"paragonie/random_compat": "~1.0",
"symfony/event-dispatcher": "~2.2",
"symfony/http-foundation": "~2.1",
"symfony/http-foundation": "~2.7",
"symfony/http-kernel": "~2.4"
},
"replace": {
@ -39,6 +39,9 @@
"ircmaxell/password-compat": "~1.0",
"symfony/expression-language": "~2.6"
},
"conflict": {
"symfony/http-foundation": "<2.7.38|~2.8,<2.8.31"
},
"suggest": {
"symfony/class-loader": "For using the ACL generateSql script",
"symfony/finder": "For using the ACL generateSql script",