From fbd441dea560ee27727489a4c3c0c193bc18c246 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Apr 2021 08:55:38 +0200 Subject: update to 2.8.3 --- composer.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index bd40c08..001cb29 100644 --- a/composer.json +++ b/composer.json @@ -51,12 +51,7 @@ } }, "bin": ["bin/doctrine"], - "extra": { - "branch-alias": { - "dev-master": "2.7.x-dev" - } - }, "archive": { - "exclude": ["!vendor", "tests", "*phpunit.xml", ".travis.yml", "build.xml", "build.properties", "composer.phar", "vendor/satooshi", "lib/vendor", "*.swp"] + "exclude": ["!vendor", "tests", "*phpunit.xml", "build.xml", "build.properties", "composer.phar", "vendor/satooshi", "lib/vendor", "*.swp"] } } -- cgit