Skip to content

Commit abeb8e4

Browse files
committed
minor symfony#40914 [Translation] The tests for the Loco bridge require symfony/config (derrabus)
This PR was merged into the 5.3-dev branch. Discussion ---------- [Translation] The tests for the Loco bridge require symfony/config | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A The Loco bridge test suite currently fails with the following error message: ``` Loading translations from the Xliff format requires the Symfony Config component. ``` Let's add the config component then. Commits ------- f58285d [Translation] The tests for the Loco bridge require symfony/config
2 parents 7636fd6 + f58285d commit abeb8e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Translation/Bridge/Loco/composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"symfony/http-client": "^5.3",
2121
"symfony/translation": "^5.3"
2222
},
23+
"require-dev": {
24+
"symfony/config": "^4.4|^5.2"
25+
},
2326
"autoload": {
2427
"psr-4": { "Symfony\\Component\\Translation\\Bridge\\Loco\\": "" },
2528
"exclude-from-classmap": [

0 commit comments

Comments
 (0)