Readme: remove restriction in sample require command

This commit is contained in:
Denis Sokolov
2015-01-05 15:09:17 +02:00
parent 23e97145b2
commit 834196ffb9
+1 -1
View File
@@ -50,7 +50,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.0
composer require filp/whoops
```
1. Register the pretty handler in your code: