Skip to content

Commit ea31908

Browse files
committed
minor #59176 [FrameworkBundle] Fix symfony/translation conflict (alexandre-daubois)
This PR was merged into the 7.3 branch. Discussion ---------- [FrameworkBundle] Fix `symfony/translation` conflict | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT Fix failing translator test in FWB for low-deps. A fix to support both `nikic/php-parser` 4 and 5 was introduced in 6.4.3, thus the conflict being updated. The error being fixed is https://github.com/symfony/symfony/actions/runs/12278002300/job/34258706124#step:9:7177. Commits ------- 7369408 [FrameworkBundle] Fix `symfony/translation` conflict
2 parents 31c4198 + 7369408 commit ea31908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"symfony/serializer": "^7.1",
6363
"symfony/stopwatch": "^6.4|^7.0",
6464
"symfony/string": "^6.4|^7.0",
65-
"symfony/translation": "^6.4|^7.0",
65+
"symfony/translation": "^6.4.3|^7.0",
6666
"symfony/twig-bundle": "^6.4|^7.0",
6767
"symfony/type-info": "^7.1",
6868
"symfony/validator": "^6.4|^7.0",
@@ -100,7 +100,7 @@
100100
"symfony/security-core": "<6.4",
101101
"symfony/serializer": "<7.1",
102102
"symfony/stopwatch": "<6.4",
103-
"symfony/translation": "<6.4",
103+
"symfony/translation": "<6.4.3",
104104
"symfony/twig-bridge": "<6.4",
105105
"symfony/twig-bundle": "<6.4",
106106
"symfony/validator": "<6.4",

0 commit comments

Comments
 (0)