From f27085aa7049652091b2451cd70fb0f6e496b923 Mon Sep 17 00:00:00 2001 From: HypeMC Date: Thu, 15 Dec 2022 07:37:17 +0100 Subject: [PATCH] Rename main branch to 1.x --- README.md | 2 +- composer.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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" - } } }