Skip to content

Commit 1a6f07b

Browse files
committed
Correct composer version constraints in readme
Fix #424
1 parent a72c227 commit 1a6f07b

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)