8000 fix deps=low · symfony/symfony@611c272 · GitHub
[go: up one dir, main page]

Skip to content

Commit 611c272

Browse files
fix deps=low
1 parent 1c86f91 commit 611c272

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.5.9",
2020
"ext-xml": "*",
21-
"symfony/security": "~3.2",
21+
"symfony/security": "~3.2.14",
2222
"symfony/http-kernel": "~3.2",
2323
"symfony/polyfill-php70": "~1.0"
2424
},

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
"symfony/security-core": "~2.8|~3.0"
2323
},
2424
"require-dev": {
25-
"symfony/http-foundation": "~2.8|~3.0"
25+
"symfony/http-foundation": "~2.8.31|~3.2.14"
26+
},
27+
"conflict": {
28+
"symfony/http-foundation": "<2.8.31|~3.2,<3.2.14"
2629
},
2730
"suggest": {
2831
"symfony/http-foundation": "For using the class SessionTokenStorage."

src/Symfony/Component/Security/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.5.9",
2020
"symfony/event-dispatcher": "~2.8|~3.0",
21-
"symfony/http-foundation": "~2.8|~3.0",
21+
"symfony/http-foundation": "~2.8.31|~3.2.14",
2222
"symfony/http-kernel": "~2.8|~3.0",
2323
"symfony/polyfill-php56": "~1.0",
2424
"symfony/polyfill-php70": "~1.0",

0 commit comments

Comments
 (0)
0