Skip to content

Commit 426daca

Browse files
committed
Update 3.0 readme
1 parent ea8cf6e commit 426daca

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Doctrine Behavioral Extensions
22

3-
[![Build Status](https://travis-ci.org/Atlantic18/DoctrineExtensions.svg?branch=master)](https://travis-ci.org/Atlantic18/DoctrineExtensions)
3+
[![Build Status](https://travis-ci.org/Atlantic18/DoctrineExtensions.svg?branch=main)](https://travis-ci.org/Atlantic18/DoctrineExtensions)
44
[![Latest Stable Version](https://poser.pugx.org/gedmo/doctrine-extensions/version)](https://packagist.org/packages/gedmo/doctrine-extensions)
55

66
This package contains extensions for Doctrine ORM and MongoDB ODM that offer new functionality or tools to use Doctrine
@@ -9,24 +9,22 @@ flushed in a behavioral way.
99

1010
---
1111

12-
##### :warning: Doctrine Extension 3.0 is in Beta development.
12+
## Doctrine Extensions 3.0 Released :tada:
1313

1414
3.0 focuses on refreshing this package for today's PHP. This includes:
1515

1616
- Bumping minimum version requirements of PHP, Doctrine, and other dependencies
17+
- Implementing support for the latest Doctrine MongoDB & Common packages
1718
- Updating the test suite, add code and style standards, and other needed build tools
1819
- Cleaning up documentation, code, comments, etc.
1920

20-
While major code changes are not implemented in 3.0, it will be a major release due to changes in
21-
requirements and toolsets. [Read the Upgrade Doc for more info.](/doc/upgrading/upgrade-v2.4-to-v3.0.md)
22-
23-
For the current old-but-stable version, see the [v2.4.x branch](https://github.com/Atlantic18/DoctrineExtensions/tree/v2.4.x).
21+
[Read the Upgrade Doc for more info.](/doc/upgrading/upgrade-v2.4-to-v3.0.md)
2422

2523
---
2624

2725
## Installation
2826

29-
$ composer require gedmo/doctrine-extensions
27+
composer require gedmo/doctrine-extensions
3028

3129
* [Symfony 2](/doc/symfony2.md)
3230
* [Symfony 4](/doc/symfony4.md)
@@ -35,7 +33,7 @@ For the current old-but-stable version, see the [v2.4.x branch](https://github.c
3533

3634
### Upgrading
3735

38-
* [From v2.4.x to v3.0](/doc/upgrading/upgrade-v2.4-to-v3.0.md)
36+
* [From 2.4.x to 3.0](/doc/upgrading/upgrade-v2.4-to-v3.0.md)
3937

4038
## Extensions
4139

0 commit comments

Comments
 (0)