Skip to content

Commit

Permalink
Rename the master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Nov 22, 2021
1 parent cc67f1d commit a82ea44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .symfony.bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
branches: ['master']
maintained_branches: ['master']
branches: ['main']
maintained_branches: ['main']
doc_dir: 'docs/'
dev_branch_alias: '1.x'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ your Symfony Project.
[![Total Downloads](https://poser.pugx.org/stof/doctrine-extensions-bundle/downloads.png)](https://packagist.org/packages/stof/doctrine-extensions-bundle)
[![Latest Stable Version](https://poser.pugx.org/stof/doctrine-extensions-bundle/v/stable.png)](https://packagist.org/packages/stof/doctrine-extensions-bundle)

For documentation, see it [online](https://symfony.com/doc/master/bundles/StofDoctrineExtensionsBundle/index.html)
For documentation, see it [online](https://symfony.com/bundles/StofDoctrineExtensionsBundle/current/index.html)

License: [MIT](LICENSE)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-main": "1.x-dev"
}
}
}

0 comments on commit a82ea44

Please sign in to comment.