Skip to content

Commit 7993ce5

Browse files
fix deps=low
1 parent b67b807 commit 7993ce5

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"require": {
1919
"php": ">=5.3.9",
2020
"ext-xml": "*",
21-
"symfony/security": "~2.7",
21+
"symfony/security": "~2.7.38|~2.8.31",
2222
"symfony/security-acl": "~2.7",
2323
"symfony/http-kernel": "~2.7"
2424
},
2525
"require-dev": {
2626
"symfony/browser-kit": "~2.7",
2727
"symfony/console": "~2.7",
2828
"symfony/css-selector": "^2.7",
29-
"symfony/dependency-injection": "^2.7",
29+
"symfony/dependency-injection": "^2.7.1",
3030
"symfony/dom-crawler": "^2.7",
3131
"symfony/form": "~2.7.15|^2.8.8",
3232
"symfony/framework-bundle": "~2.7.25|^2.8.18",

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"symfony/security-core": "~2.4"
2121
},
2222
"require-dev": {
23-
"symfony/http-foundation": "~2.1"
23+
"symfony/http-foundation": "~2.7"
24+
},
25+
"conflict": {
26+
"symfony/http-foundation": "<2.7.38|~2.8,<2.8.31"
2427
},
2528
"suggest": {
2629
"symfony/http-foundation": "For using the class SessionTokenStorage."

src/Symfony/Component/Security/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.9",
2020
"paragonie/random_compat": "~1.0",
2121
"symfony/event-dispatcher": "~2.2",
22-
"symfony/http-foundation": "~2.1",
22+
"symfony/http-foundation": "~2.7",
2323
"symfony/http-kernel": "~2.4"
2424
},
2525
"replace": {
@@ -39,6 +39,9 @@
3939
"ircmaxell/password-compat": "~1.0",
4040
"symfony/expression-language": "~2.6"
4141
},
42+
"conflict": {
43+
"symfony/http-foundation": "<2.7.38|~2.8,<2.8.31"
44+
},
4245
"suggest": {
4346
"symfony/class-loader": "For using the ACL generateSql script",
4447
"symfony/finder": "For using the ACL generateSql script",

0 commit comments

Comments
 (0)