Browse Source

Merge branch '3.next' of github.com:cakephp/cakephp into 3.next

Mark Story 9 years ago
parent
commit
e97a125f4d
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"
+        }
     }
 }