Skip to content

Commit f91cc5c

Browse files
Update installation details to 1.2.0
1 parent 35f37c3 commit f91cc5c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

5253
Require this package
5354

5455
```php
55-
composer require "laravel-doctrine/orm:1.1.*"
56+
composer require "laravel-doctrine/orm:1.2.*"
5657
```
5758

5859
After adding the package, add the ServiceProvider to the providers array in `config/app.php`

0 commit comments

Comments
 (0)