Skip to content

Commit 462a66d

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 ------- 95b8607e74 [Security] Fix tests with low deps
2 parents 11d0b84 + 0dda0c2 commit 462a66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)