mirror of
https://github.com/doctrine/DoctrineMongoODMModule.git
synced 2026-03-23 22:32:11 +01:00
updated branch names
This commit is contained in:
@@ -4,23 +4,30 @@
|
||||
"slug": "doctrine-mongo-odm-module",
|
||||
"versions": [
|
||||
{
|
||||
"name": "5.2",
|
||||
"branchName": "5.2.x",
|
||||
"slug": "5.2",
|
||||
"name": "5.3",
|
||||
"branchName": "5.3.x",
|
||||
"slug": "5.3",
|
||||
"aliases": [
|
||||
"latest"
|
||||
],
|
||||
"upcoming": true
|
||||
},
|
||||
{
|
||||
"name": "5.1",
|
||||
"branchName": "5.1.x",
|
||||
"slug": "5.1",
|
||||
"name": "5.2",
|
||||
"branchName": "5.2.x",
|
||||
"slug": "5.2",
|
||||
"aliases": [
|
||||
"current",
|
||||
"stable"
|
||||
],
|
||||
"current": true
|
||||
"current": true,
|
||||
"maintained": true
|
||||
},
|
||||
{
|
||||
"name": "5.1",
|
||||
"branchName": "5.1.x",
|
||||
"slug": "5.1",
|
||||
"maintained": true
|
||||
},
|
||||
{
|
||||
"name": "5.0",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Doctrine MongoDB ODM Module for Laminas
|
||||
|
||||
[](https://github.com/doctrine/DoctrineMongoODMModule/actions/workflows/continuous-integration.yml?query=branch%3A5.0.x)
|
||||
[](https://codecov.io/gh/doctrine/DoctrineMongoODMModule/branch/5.0.x)
|
||||
[](https://packagist.org/packages/doctrine/doctrine-mongo-odm-module)
|
||||
[](https://packagist.org/packages/doctrine/doctrine-mongo-odm-module)
|
||||
[](https://github.com/doctrine/DoctrineMongoODMModule/actions/workflows/continuous-integration.yml)
|
||||
[](https://app.codecov.io/gh/doctrine/DoctrineMongoODMModule)
|
||||
[](https://packagist.org/packages/doctrine/doctrine-mongo-odm-module)
|
||||
[](https://packagist.org/packages/doctrine/doctrine-mongo-odm-module)
|
||||
|
||||
The DoctrineMongoODMModule leverages [DoctrineModule](https://github.com/doctrine/DoctrineModule/) and integrates
|
||||
[Doctrine MongoDB ODM](https://github.com/doctrine/mongodb-odm) with [Laminas](https://getlaminas.org/) quickly
|
||||
|
||||
Reference in New Issue
Block a user