Skip to content

Commit a348893

Browse files
committed
updated branch names
1 parent 0862b9b commit a348893

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

.doctrine-project.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,31 @@
44
"slug": "doctrine-orm-module",
55
"versions": [
66
{
7-
"name": "6.2",
8-
"branchName": "6.2.x",
9-
"slug": "6.2",
7+
"name": "6.3",
8+
"branchName": "6.3.x",
9+
"slug": "6.3",
1010
"aliases": [
1111
"latest"
1212
],
1313
"upcoming": true
1414
},
1515
{
16-
"name": "6.1",
17-
"branchName": "6.1.x",
18-
"slug": "6.1",
16+
"name": "6.2",
17+
"branchName": "6.2.x",
18+
"slug": "6.2",
1919
"aliases": [
2020
"current",
2121
"stable"
2222
],
2323
"current": true,
2424
"maintained": true
2525
},
26+
{
27+
"name": "6.1",
28+
"branchName": "6.1.x",
29+
"slug": "6.1",
30+
"maintained": true
31+
},
2632
{
2733
"name": "6.0",
2834
"branchName": "6.0.x",

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Doctrine ORM Module for Laminas
22
===============================
33

4-
[![Build Status](https://github.com/doctrine/DoctrineORMModule/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/doctrine/DoctrineORMModule/actions/workflows/continuous-integration.yml?query=branch%3A4.4.x)
5-
[![Code Coverage](https://codecov.io/gh/doctrine/DoctrineORMModule/branch/4.4.x/graph/badge.svg)](https://codecov.io/gh/doctrine/DoctrineORMModule/branch/4.4.x)
6-
[![Latest Stable Version](https://poser.pugx.org/doctrine/doctrine-orm-module/v/stable.png)](https://packagist.org/packages/doctrine/doctrine-orm-module)
7-
[![Total Downloads](https://poser.pugx.org/doctrine/doctrine-orm-module/downloads.png)](https://packagist.org/packages/doctrine/doctrine-orm-module)
4+
[![Build Status](https://github.com/doctrine/DoctrineORMModule/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/doctrine/DoctrineORMModule/actions/workflows/continuous-integration.yml)
5+
[![Code Coverage](https://codecov.io/gh/doctrine/DoctrineORMModule/graphs/badge.svg)](https://app.codecov.io/gh/doctrine/DoctrineORMModule)
6+
[![Latest Stable Version](https://poser.pugx.org/doctrine/doctrine-orm-module/v)](https://packagist.org/packages/doctrine/doctrine-orm-module)
7+
[![Total Downloads](https://poser.pugx.org/doctrine/doctrine-orm-module/downloads)](https://packagist.org/packages/doctrine/doctrine-orm-module)
88

99
The DoctrineORMModule leverages [DoctrineModule](https://github.com/doctrine/DoctrineModule/) and integrates
1010
[Doctrine ORM](https://github.com/doctrine/orm) with [Laminas](https://getlaminas.org/) quickly

0 commit comments

Comments
 (0)