Skip to content

Commit

Permalink
Correct composer version constraints in readme
Browse files Browse the repository at this point in the history
Fix #424
  • Loading branch information
dpslwk committed Jan 12, 2020
1 parent a72c227 commit 1a6f07b
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 1a6f07b

Please sign in to comment.