Fix security-core cross-dependencies, fixes #27507

This commit is contained in:
Stéphan Kochen 2018-06-07 10:48:34 +02:00
parent ae30a80f77
commit 725d774a16
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
"symfony/polyfill-mbstring": "~1.0",
"symfony/filesystem": "~2.3|~3.0.0",
"symfony/routing": "^2.8.17",
"symfony/security-core": "~2.6.13|~2.7.9|~2.8|~3.0.0",
"symfony/security-core": "^2.8.41|^3.3.17",
"symfony/security-csrf": "^2.8.31|^3.3.13",
"symfony/stopwatch": "~2.3|~3.0.0",
"symfony/templating": "~2.7|~3.0.0",

View File

@ -19,7 +19,7 @@
"php": ">=5.3.9",
"symfony/polyfill-php56": "~1.0",
"symfony/polyfill-php70": "~1.0",
"symfony/security-core": "~2.4|~3.0.0"
"symfony/security-core": "^2.8.41|^3.3.17"
},
"require-dev": {
"symfony/http-foundation": "^2.7.38|~3.3.13"

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.9",
"symfony/security-core": "~2.8|~3.0.0",
"symfony/security-core": "^2.8.41|^3.3.17",
"symfony/security-http": "^2.8.31|^3.3.13"
},
"require-dev": {

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.9",
"symfony/security-core": "^2.8.6",
"symfony/security-core": "^2.8.41",
"symfony/event-dispatcher": "~2.1|~3.0.0",
"symfony/http-foundation": "~2.4|~3.0.0",
"symfony/http-kernel": "~2.4|~3.0.0",