Skip to content

Commit

Permalink
Rename main branch to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Dec 15, 2022
1 parent 1d4ddf1 commit f27085a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,5 @@
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
}
}

0 comments on commit f27085a

Please sign in to comment.