Browse Source

merged branch Seldaek/composerfix (PR #2700)

Commits
-------

a5a8675 Fix requirement name

Discussion
----------

Fix requirement name
Fabien Potencier 13 năm trước cách đây
mục cha
commit
e64e0617d9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/composer.json

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/composer.json

@@ -22,7 +22,7 @@
         "symfony/http-kernel": ">=2.0",
         "symfony/routing": ">=2.0",
         "symfony/templating": ">=2.0",
-        "symfony/translator": ">=2.0"
+        "symfony/translation": ">=2.0"
     },
     "recommend": {
         "symfony/console": ">=2.0",