minor #27532 Fix security-core cross-dependencies, fixes #27507 (stephank)

This PR was merged into the 2.8 branch.

Discussion
----------

Fix security-core cross-dependencies, fixes #27507

| Q             | A
| ------------- | ---
| Branch?       | 2.8
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #27507
| License       | MIT
| Doc PR        | -

Based on earlier changes in #27295

Commits
-------

725d774a16 Fix security-core cross-dependencies, fixes #27507
This commit is contained in:
Fabien Potencier 2018-06-08 08:37:32 +02:00
commit e2effa3141
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",