Skip to content

Commit cd309ad

Browse files
committed
Updated README for active and inactive branches
1 parent 0b8a9ff commit cd309ad

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Doctrine ORM Module for Laminas
1+
Doctrine ORM Module for Laminas
2+
===============================
23

34
[![Build Status](https://github.com/doctrine/DoctrineORMModule/workflows/Continuous%20Integration/badge.svg)](https://github.com/doctrine/DoctrineORMModule/actions)
4-
[![Code Coverage](https://codecov.io/gh/doctrine/DoctrineORMModule/branch/3.1.x/graph/badge.svg)](https://codecov.io/gh/doctrine/DoctrineORMModule/branch/3.1.x)
5+
[![Code Coverage](https://codecov.io/gh/doctrine/DoctrineORMModule/branch/4.0.x/graph/badge.svg)](https://codecov.io/gh/doctrine/DoctrineORMModule/branch/4.0.x)
56

67
DoctrineORMModule integrates Doctrine ORM with Laminas quickly and easily.
78

@@ -12,14 +13,15 @@ DoctrineORMModule integrates Doctrine ORM with Laminas quickly and easily.
1213

1314
## Branches
1415

15-
There are two active branches and one bug-fix only branch.
16+
There is one active branch:
17+
18+
* 4.0.x - Support for PHP 8.0
19+
20+
There are two inactive branches:
1621

1722
* 3.0.x - Support for Migrations 1 & 2
1823
* 3.2.x - Support for Migrations 3
1924

20-
Branch 3.1.x also supports Migrations 3 but new features required the 3.2.x branch to be created and now all enhancements happen on 3.2.x.
21-
3.1.x will continue to receive bug fixes only.
22-
2325
## Installation
2426

2527
Installation of this module uses composer. For composer documentation, please refer to

0 commit comments

Comments
 (0)