소스 검색

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": {