Skip to content

Commit 162a5a3

Browse files
committed
minor symfony#44918 [String] Add conflict for translation-contracts v3 (chalasr)
This PR was merged into the 5.3 branch. Discussion ---------- [String] Add conflict for translation-contracts v3 | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Installing translation-contracts v3 with string v5.3 leads to a signature mismatch between `LocaleAwareInterface::getLocale(): string` and `AsciiSlugger::getLocale()`. See https://github.com/lexik/LexikJWTAuthenticationBundle/runs/4711850818?check_suite_focus=true#step:8:136 Commits ------- 51b3a1c [String] Add conflict for translation-contracts v3
2 parents db414b6 + 51b3a1c commit 162a5a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/String/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"symfony/translation-contracts": "^1.1|^2",
3030
"symfony/var-exporter": "^4.4|^5.0"
3131
},
32+
"conflict": {
33+
"symfony/translation-contracts": ">=3.0"
34+
},
3235
"autoload": {
3336
"psr-4": { "Symfony\\Component\\String\\": "" },
3437
"files": [ "Resources/functions.php" ],

0 commit comments

Comments
 (0)