Skip to content

Commit

Permalink
updated branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
driehle committed Aug 3, 2023
1 parent 243d143 commit 2f0c146
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,30 @@
"slug": "doctrine-mongo-odm-module",
"versions": [
{
"name": "5.0",
"branchName": "5.0.x",
"slug": "5.0",
"name": "5.1",
"branchName": "5.1.x",
"slug": "5.1",
"aliases": [
"latest"
],
"upcoming": true
},
{
"name": "4.3",
"branchName": "4.3.x",
"slug": "4.3",
"name": "5.0",
"branchName": "5.0.x",
"slug": "5.0",
"aliases": [
"current",
"stable"
],
"current": true
},
{
"name": "4.3",
"branchName": "4.3.x",
"slug": "4.3",
"maintained": false
},
{
"name": "4.2",
"branchName": "4.2.x",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Doctrine MongoDB ODM Module for Laminas

[![Build Status](https://github.com/doctrine/DoctrineMongoODMModule/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/doctrine/DoctrineMongoODMModule/actions/workflows/continuous-integration.yml?query=branch%3A4.4.x)
[![Code Coverage](https://codecov.io/gh/doctrine/DoctrineMongoODMModule/branch/4.4.x/graphs/badge.svg)](https://codecov.io/gh/doctrine/DoctrineMongoODMModule/branch/4.4.x)
[![Build Status](https://github.com/doctrine/DoctrineMongoODMModule/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/doctrine/DoctrineMongoODMModule/actions/workflows/continuous-integration.yml?query=branch%3A5.0.x)
[![Code Coverage](https://codecov.io/gh/doctrine/DoctrineMongoODMModule/branch/5.0.x/graphs/badge.svg)](https://codecov.io/gh/doctrine/DoctrineMongoODMModule/branch/5.0.x)
[![Latest Stable Version](https://poser.pugx.org/doctrine/doctrine-mongo-odm-module/v/stable.png)](https://packagist.org/packages/doctrine/doctrine-mongo-odm-module)
[![Total Downloads](https://poser.pugx.org/doctrine/doctrine-mongo-odm-module/downloads.png)](https://packagist.org/packages/doctrine/doctrine-mongo-odm-module)

Expand Down

0 comments on commit 2f0c146

Please sign in to comment.