10000 minor #45769 [Security] Fix tests with low deps (chalasr) · symfony/symfony@c758bff · GitHub
[go: up one dir, main page]

Skip to content

Commit c758bff

Browse files
minor #45769 [Security] Fix tests with low deps (chalasr)
This PR was merged into the 6.1 branch. Discussion ---------- [Security] Fix tests with low deps | Q | A | ------------- | --- | Branch? | 6.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | no | License | MIT | Doc PR | no Some tests on 6.1 don't expect `TokenInterface::getUser` to return a string while it's still the case on 5.4 stable (the fix's been merged but not released yet) Commits ------- 95b8607 [Security] Fix tests with low deps
2 parents a037eca + 95b8607 commit c758bff

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": ">=8.1",
20-
"symfony/security-core": "^5.4|^6.0",
20+
"symfony/security-core": "^5.4.7|^6.0",
2121
"symfony/http-foundation": "^5.4|^6.0",
2222
"symfony/http-kernel": "^6.1",
2323
"symfony/polyfill-mbstring": "~1.0",

0 commit comments

Comments
 (0)
0