File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,18 @@ EntityManager::flush();
42
42
43
43
[ Read the full documentation] ( http://laraveldoctrine.org/docs/current/orm ) .
44
44
45
- ## Installation
45
+ ## Versions
46
46
47
- Laravel | Laravel Doctrine
48
- :---------|:----------
49
- 5.1.* | 1.0.*
50
- 5.2.* | 1.1.*
47
+ Version | Supported Laravel Versions | Support
48
+ :---------|:----------|:----------
49
+ 1.0.* | 5.1.* | Bugfix and security releases
50
+ 1.1.* | 5.2.* | Bugfix and security releases
51
+ 1.2.* | 5.2.* | New features
51
52
52
53
Require this package
53
54
54
55
``` php
55
- composer require "laravel-doctrine/orm:1.1 .*"
56
+ composer require "laravel-doctrine/orm:1.2 .*"
56
57
```
57
58
58
59
After adding the package, add the ServiceProvider to the providers array in ` config/app.php `
You can’t perform that action at this time.
0 commit comments