Skip to content

Commit f112725

Browse files
Add version info
1 parent ab39193 commit f112725

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,15 @@ EntityManager::flush();
4444

4545
## Installation
4646

47+
Laravel | Laravel Doctrine
48+
:---------|:----------
49+
5.1.* | 1.0.*
50+
5.2.* | 1.1.*
51+
4752
Require this package
4853

4954
```php
50-
composer require "laravel-doctrine/orm:1.0.*"
55+
composer require "laravel-doctrine/orm:1.1.*"
5156
```
5257

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

0 commit comments

Comments
 (0)