8000 [Guard] fix minimum required Seucirty Http version · symfony/symfony@952bf01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 952bf01

Browse files
committed
[Guard] fix minimum required Seucirty Http version
1 parent 697bac9 commit 952bf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Guard/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/security-core": "~2.8|~3.0",
21-
"symfony/security-http": "~2.8|~3.0"
21+
"symfony/security-http": "~3.1"
2222
},
2323
"require-dev": {
2424
"psr/log": "~1.0"

0 commit comments

Comments
 (0)
0