From f00a1b4aa59561a2000c0a2e4d676a6a76256e53 Mon Sep 17 00:00:00 2001 From: Jeffrey Guo Date: Fri, 5 Feb 2016 16:25:38 +1300 Subject: [PATCH] Revert "Created 2.x branch alias for 4.x core compat" This reverts commit 361933537e30cfd4b856aa7d6bce85d09fa62140. --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index b6b95a3..df53292 100644 --- a/composer.json +++ b/composer.json @@ -50,10 +50,5 @@ "vendor/phpunit/phpunit" ] }, - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, "minimum-stability": "dev" }