瀏覽代碼

merged branch Seldaek/composerfix (PR #2700)

Commits
-------

a5a8675 Fix requirement name

Discussion
----------

Fix requirement name
Fabien Potencier 13 年之前
父節點
當前提交
e64e0617d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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",