fixed installation docs

before it always installed 1.0.0 and not the lastest bugfix release. fixes #203.
This commit is contained in:
Markus Staab
2014-05-19 14:28:28 +02:00
parent ae05259236
commit 64d2fed0d7
+1 -1
View File
@@ -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: