Skip to content

Commit d995fa8

Browse files
authored
Merge pull request #587 from TomHAnderson/hotfix/readme-dev
Added notes that this library is still under development
2 parents 1dbefed + 1383ea2 commit d995fa8

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Laravel Doctrine ORM
99
An integration library for Laravel and Doctrine ORM
1010

1111

12+
UNDER DEVELOPMENT
13+
-----------------
14+
15+
Version 3.0 of this library is under active development. If you would like to help, please
16+
fork the repository at branch 3.0.x and submit a pull request.
17+
18+
1219
Version 3.0 Notes
1320
-----------------
1421

@@ -22,9 +29,9 @@ Installation
2229

2330
Via composer:
2431

25-
```bash
26-
composer require laravel-doctrine/orm ^3.0
27-
```
32+
~~composer require laravel-doctrine/orm ^3.0~~
33+
34+
**No stable release yet. Use the development branch 3.0.x for now.**
2835

2936
Because of the auto package discovery feature Laravel has, the ServiceProvider and Facades
3037
are automatically registered.

0 commit comments

Comments
 (0)