Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jun 19, 2020
1 parent 7b83734 commit a18553d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MenuBundle
[![Daily Downloads](https://poser.pugx.org/nucleos/menu-bundle/d/daily)](https://packagist.org/packages/nucleos/menu-bundle)

[![Continuous Integration](https://github.com/nucleos/MenuBundle/workflows/Continuous%20Integration/badge.svg)](https://github.com/nucleos/MenuBundle/actions)
[![Code Coverage](https://codecov.io/gh/nucleos/MenuBundle/branch/master/graph/badge.svg)](https://codecov.io/gh/nucleos/MenuBundle)
[![Code Coverage](https://codecov.io/gh/nucleos/MenuBundle/branch/main/graph/badge.svg)](https://codecov.io/gh/nucleos/MenuBundle)

This bundle provides services for defining static menus for symfony applications.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-main": "1.x-dev"
}
},
"autoload": {
Expand Down

0 comments on commit a18553d

Please sign in to comment.