Browse Source

Merge pull request #8868 from cakephp/3.3-branch-alias

Add a branch alias for 3.next to make installation easier.
Mark Story 9 years ago
parent
commit
1b40a06144
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"
+        }
     }
 }