File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ Laravel Doctrine ORM
9
9
An integration library for Laravel and Doctrine ORM
10
10
11
11
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
+
12
19
Version 3.0 Notes
13
20
-----------------
14
21
@@ -22,9 +29,9 @@ Installation
22
29
23
30
Via composer:
24
31
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. **
28
35
29
36
Because of the auto package discovery feature Laravel has, the ServiceProvider and Facades
30
37
are automatically registered.
You can’t perform that action at this time.
0 commit comments