Browse Source

Remove branch aliases.

This has resulted in the 3.next branch falling off of packagist, which
is not helpful at all.
Mark Story 9 years ago
parent
commit
08bb08291e
1 changed files with 0 additions and 5 deletions
  1. 0 5
      composer.json

+ 0 - 5
composer.json

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