diff --git a/composer.json b/composer.json index f80ea15..fee9c47 100644 --- a/composer.json +++ b/composer.json @@ -52,10 +52,5 @@ "cs-fix": "php-cs-fixer fix -v --allow-risky=yes --ansi", "test": "phpunit --colors=always", "test-coverage": "phpunit --coverage-clover=coverage.xml" - }, - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } } }