Преглед изворни кода

Added the composer branch alias and fixed the unbound constraint

Christophe Coevoet пре 13 година
родитељ
комит
eb30efe8fa
1 измењених фајлова са 6 додато и 1 уклоњено
  1. 6 1
      composer.json

+ 6 - 1
composer.json

@@ -25,7 +25,7 @@
     ],
     "require": {
         "php": ">=5.3.2",
-        "doctrine/common": ">=2.1"
+        "doctrine/common": ">=2.1,<2.4-dev"
     },
     "suggest": {
         "doctrine/orm": ">=2.1",
@@ -33,5 +33,10 @@
     },
     "autoload": {
         "psr-0": { "Gedmo": "lib/" }
+    },
+    "extra": {
+        "branch-alias": {
+            "dev-master": "2.3.x-dev"
+        }
     }
 }