瀏覽代碼

Fixed dev dependencies in composer.json

Since jms/translation-bundle is only working with sf 2.2 from
version 1.1.x-dev, I updated the composer.json file to add the
@dev flag to the translation bundle version definition.

Now the --dev requirements can be isntalled again.
Thomas Ploch 12 年之前
父節點
當前提交
d32e1b5b57
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -33,7 +33,7 @@
         "doctrine/common": ">=2.2,<3.0"
     },
     "require-dev": {
-        "jms/translation-bundle": "*",
+        "jms/translation-bundle": "*@dev",
         "sonata-project/intl-bundle": "2.1.*"
     },
     "suggest": {