Sfoglia il codice sorgente

Added a branch alias for master

Christophe Coevoet 13 anni fa
parent
commit
756ced70d8
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6 1
      composer.json

+ 6 - 1
composer.json

@@ -25,5 +25,10 @@
     "autoload": {
         "psr-0": { "JMS\\SerializerBundle": "" }
     },
-    "target-dir": "JMS/SerializerBundle"
+    "target-dir": "JMS/SerializerBundle",
+    "extra": {
+        "branch-alias": {
+            "dev-master": "1.0.x-dev"
+        }
+    }
 }