浏览代码

merged branch justinrainbow/2_0_framework_bundle_fix (PR #3039)

Commits
-------

7c8bd3d [FrameworkBundle] Invalid composer ref fix

Discussion
----------

[FrameworkBundle] Invalid composer ref fix

Changes the `composer.json` reference in the FrameworkBundle to use the `symfony/translation` package rather than the current `symfony/translator` (which doesn't exist).
Fabien Potencier 13 年之前
父节点
当前提交
3e24636904
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/composer.json

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

@@ -21,7 +21,7 @@
         "symfony/http-kernel": "self.version",
         "symfony/routing": "self.version",
         "symfony/templating": "self.version",
-        "symfony/translator": "self.version",
+        "symfony/translation": "self.version",
         "doctrine/common": ">=2.1,<2.3-dev"
     },
     "recommend": {