Skip to content

Commit 7c8bd3d

Browse files
committed
[FrameworkBundle] Invalid composer ref fix
The composer.json was referencing a "symfony/translator" package which does not exist. This has been updated to use the "symfony/translation" package.
1 parent 870ab2d commit 7c8bd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/http-kernel": "self.version",
2323
"symfony/routing": "self.version",
2424
"symfony/templating": "self.version",
25-
"symfony/translator": "self.version",
25+
"symfony/translation": "self.version",
2626
"doctrine/common": ">=2.1,<2.3-dev"
2727
},
2828
"recommend": {

0 commit comments

Comments
 (0)