Skip to content

Commit 688c67e

Browse files
authored
Merge pull request #425 from dpslwk/1.5
[FIX] Correct composer version constraints in readme
2 parents dd24721 + 1a6f07b commit 688c67e

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
@@ -59,7 +59,7 @@ Version | Supported Laravel Versions
5959
Require this package
6060

6161
```bash
62-
composer require "laravel-doctrine/orm:~1.5.*"
62+
composer require "laravel-doctrine/orm:1.5.*"
6363
```
6464

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

0 commit comments

Comments
 (0)