Browse Source

Added an upper bound on the composer constraint

Christophe Coevoet 13 năm trước cách đây
mục cha
commit
470713f3e0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -13,7 +13,7 @@
     ],
     "require": {
         "php": ">=5.3.2",
-        "jms/metadata": ">=1.1.0"
+        "jms/metadata": ">=1.1.0,<1.3-dev"
     },
     "require-dev": {
         "symfony/framework-bundle": "2.*",