8000 Fix security-core cross-dependencies, fixes #27507 · symfony/symfony@725d774 · GitHub
[go: up one dir, main page]

Skip to content

Commit 725d774

Browse files
author
Stéphan Kochen
committed
Fix security-core cross-dependencies, fixes #27507
1 parent ae30a80 commit 725d774

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"symfony/polyfill-mbstring": "~1.0",
3030
"symfony/filesystem": "~2.3|~3.0.0",
3131
"symfony/routing": "^2.8.17",
32-
"symfony/security-core": "~2.6.13|~2.7.9|~2.8|~3.0.0",
32+< 10000 div class="diff-text-inner"> "symfony/security-core": "^2.8.41|^3.3.17",
3333
"symfony/security-csrf": "^2.8.31|^3.3.13",
3434
"symfony/stopwatch": "~2.3|~3.0.0",
3535
"symfony/templating": "~2.7|~3.0.0",

src/Symfony/Component/Security/Csrf/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.9",
2020
"symfony/polyfill-php56": "~1.0",
2121
"symfony/polyfill-php70": "~1.0",
22-
"symfony/security-core": "~2.4|~3.0.0"
22+
"symfony/security-core": "^2.8.41|^3.3.17"
2323
},
2424
"require-dev": {
2525
"symfony/http-foundation": "^2.7.38|~3.3.13"

src/Symfony/Component/Security/Guard/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/security-core": "~2.8|~3.0.0",
20+
"symfony/security-core": "^2.8.41|^3.3.17",
2121
"symfony/security-http": "^2.8.31|^3.3.13"
2222
},
2323
"require-dev": {

src/Symfony/Component/Security/Http/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/security-core": "^2.8.6",
20+
"symfony/security-core": "^2.8.41",
2121
"symfony/event-dispatcher": "~2.1|~3.0.0",
2222
"symfony/http-foundation": "~2.4|~3.0.0",
2323
"symfony/http-kernel": "~2.4|~3.0.0",

0 commit comments

Comments
 (0)
0