Browse Source

Add branch alias "3.0.x-dev" for master branch.

This allows one to use the master branch for app and avoid
version conflicts due to plugins using "~3.0" version.
ADmad 11 years ago
parent
commit
730f8a2a77
1 changed files with 5 additions and 0 deletions
  1. 5 0
      composer.json

+ 5 - 0
composer.json

@@ -64,5 +64,10 @@
         "cakephp/orm": "self.version",
         "cakephp/utility": "self.version",
         "cakephp/validation": "self.version"
+    },
+    "extra": {
+        "branch-alias": {
+            "dev-master": "3.0.x-dev"
+        }
     }
 }