8000 bug #18310 [Guard] fix minimum required Seucirty Http version (xabbuh) · symfony/symfony@fa01e84 · GitHub
[go: up one dir, main page]

Skip to content

Commit fa01e84

Browse files
committed
bug #18310 [Guard] fix minimum required Seucirty Http version (xabbuh)
This PR was merged into the 3.1-dev branch. Discussion ---------- [Guard] fix minimum required Seucirty Http version | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #17714 | License | MIT | Doc PR | Otherwise, the `TargetPathTrait` is not available. Commits ------- 952bf01 [Guard] fix minimum required Seucirty Http version
2 parents f9b0aaa + 952bf01 commit fa01e84

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