10000 [SecurityBundled] Forbid security-http >= 5.0 · symfony/symfony@d775303 · GitHub
[go: up one dir, main page]

Skip to content

Commit d775303

Browse files
author
Robin Chalas
committed
[SecurityBundled] Forbid security-http >= 5.0
1 parent 435a2c7 commit d775303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/security-core": "^4.3",
2525
"symfony/security-csrf": "^4.2|^5.0",
2626
"symfony/security-guard": "^4.2|^5.0",
27-
"symfony/security-http": "^4.3|^5.0"
27+
"symfony/security-http": "^4.3"
2828
},
2929
"require-dev": {
3030
"symfony/asset": "^3.4|^4.0|^5.0",

0 commit comments

Comments
 (0)
0