Skip to content

Commit

Permalink
Merge pull request #425 from dpslwk/1.5
Browse files Browse the repository at this point in the history
[FIX] Correct composer version constraints in readme
  • Loading branch information
eigan authored Jan 14, 2020
2 parents dd24721 + 1a6f07b commit 688c67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Version | Supported Laravel Versions
Require this package

```bash
composer require "laravel-doctrine/orm:~1.5.*"
composer require "laravel-doctrine/orm:1.5.*"
```

Because of the auto package discovery feature Laravel 5.5 has, the ServiceProvider and Facades are automatically registered.
Expand Down

0 comments on commit 688c67e

Please sign in to comment.