diff --git a/README.md b/README.md index 6e72df9..b01bf2d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://github.com/HypeMC/versioning-bundle/workflows/CI/badge.svg)](https://github.com/HypeMC/versioning-bundle/actions) [![Latest Stable Version](https://poser.pugx.org/bizkit/versioning-bundle/v/stable)](https://packagist.org/packages/bizkit/versioning-bundle) [![License](https://poser.pugx.org/bizkit/versioning-bundle/license)](https://packagist.org/packages/bizkit/versioning-bundle) -[![Code Coverage](https://codecov.io/gh/HypeMC/versioning-bundle/branch/main/graph/badge.svg)](https://codecov.io/gh/HypeMC/versioning-bundle) +[![Code Coverage](https://codecov.io/gh/HypeMC/versioning-bundle/branch/1.x/graph/badge.svg)](https://codecov.io/gh/HypeMC/versioning-bundle) Symfony bundle which provides a way to version your application using various versioning strategies. diff --git a/composer.json b/composer.json index 9dd2a55..3491706 100644 --- a/composer.json +++ b/composer.json @@ -47,10 +47,5 @@ }, "config": { "sort-packages": true - }, - "extra": { - "branch-alias": { - "dev-main": "1.x-dev" - } } }