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();
4242
4343[ Read the full documentation] ( http://laraveldoctrine.org/docs/current/orm ) .
4444
45- ## Installation
45+ ## Versions
4646
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
5152
5253Require this package
5354
5455``` php
55- composer require "laravel-doctrine/orm:1.1 .*"
56+ composer require "laravel-doctrine/orm:1.2 .*"
5657```
5758
5859After 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