10000 minor #21864 [Security] fix Composer constraint (xabbuh) · symfony/symfony@d75ca7f · GitHub
[go: up one dir, main page]

Skip to content

Commit d75ca7f

Browse files
minor #21864 [Security] fix Composer constraint (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- [Security] fix Composer constraint | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | The `MAX_USERNAME_LENGTH` constant introduced by #18733 that is used in the `UsernamePasswordFormAuthenticationListener` was first part of Symfony 2.7.13 and 2.8.6. Commits ------- 69a572d [Security] fix Composer constraint
2 parents af40fd7 + 69a572d commit d75ca7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/security-core": "~2.6",
20+
"symfony/security-core": "^2.7.13|^2.8.6",
2121
"symfony/event-dispatcher": "~2.1",
2222
"symfony/http-foundation": "~2.4",
2323
"symfony/http-kernel": "~2.4"

0 commit comments

Comments
 (0)
0