Updating readme to reflect L5 compat

This commit is contained in:
Tom Lingham
2015-02-19 00:19:25 +11:00
parent 689d9804c0
commit 0a065c9731

View File

@ -11,7 +11,7 @@ Installation
Add `"tom-lingham/searchy" : "2.0~"` to your composer.json file under `require`:
```
"require": {
"laravel/framework": "4.*",
"laravel/framework": "5.*",
"tom-lingham/searchy" : "dev-master"
}
```