Skip to content

Commit 2af501b

Browse files
Composer require should pass the 1.0 version number
If we don't do this, and the user has its minimum stability set to dev, it will always pull dev-master.
1 parent a17498e commit 2af501b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ EntityManager::flush();
4747
Require this package
4848

4949
```php
50-
"composer require laravel-doctrine/orm"
50+
composer require "laravel-doctrine/orm:1.0.*"
5151
```
5252

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

0 commit comments

Comments
 (0)