Skip to content

Commit 435a2c7

Browse files
author
Robin Chalas
committed
minor #31783 [Security][Guard] Forbid security-http >= 5.0 (chalasr)
This PR was merged into the 4.4 branch. Discussion ---------- [Security][Guard] Forbid security-http >= 5.0 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Unlocks #31782. To be discarded on master Commits ------- e2c9701 [Security][Guard] Forbid security-http >= 5.0
2 parents 8e5b657 + e2c9701 commit 435a2c7

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": "^7.1.3",
2020
"symfony/security-core": "^3.4.22|^4.2.3|^5.0",
21-
"symfony/security-http": "^4.3|^5.0"
21+
"symfony/security-http": "^4.3"
2222
},
2323
"require-dev": {
2424
"psr/log": "~1.0"

0 commit comments

Comments
 (0)