diff --git a/composer.json b/composer.json index 657a5b4..d77096c 100644 --- a/composer.json +++ b/composer.json @@ -38,6 +38,11 @@ "phpstan": "./vendor/bin/phpstan analyze", "test": "phpunit" }, + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, "config": { "allow-plugins": { "ocramius/package-versions": true,