Browse Source

Add a branch alias for 3.next to installation easier.

To make the 3.next branch installable, it needs a branch alias that can
be compared with other version numbers.
Mark Story 9 years ago
parent
commit
3027fc1996
1 changed files with 5 additions and 0 deletions
  1. 5 0
      composer.json

+ 5 - 0
composer.json

@@ -69,5 +69,10 @@
         "cakephp/orm": "self.version",
         "cakephp/utility": "self.version",
         "cakephp/validation": "self.version"
+    },
+    "extra": {
+        "branch-alias": {
+            "dev-3.next": "dev-3.3.0"
+        }
     }
 }