mirror of
https://github.com/filp/whoops.git
synced 2026-09-12 18:56:22 +00:00
fixed installation docs
before it always installed 1.0.0 and not the lastest bugfix release. fixes #203.
This commit is contained in:
@@ -44,7 +44,7 @@ If you are not using any of these frameworks, here's a very simple way to instal
|
||||
1. Use [Composer](http://getcomposer.org) to install Whoops into your project:
|
||||
|
||||
```bash
|
||||
composer require filp/whoops:1
|
||||
composer require filp/whoops:~1.0
|
||||
```
|
||||
|
||||
1. Register the pretty handler in your code:
|
||||
|
||||
Reference in New Issue
Block a user