Update readme to reflect composer installation requirements:

This commit is contained in:
Tom Lingham
2015-06-14 16:54:01 +10:00
parent 690ad3e1ed
commit 78acf085e5

View File

@ -12,11 +12,11 @@ https://github.com/TomLingham/Laravel-Searchy/tree/1.0
Installation Installation
---------------------------------------- ----------------------------------------
Add `"tom-lingham/searchy" : "2.0"` to your composer.json file under `require`: Add `"tom-lingham/searchy" : "2.*"` to your composer.json file under `require`:
``` ```
"require": { "require": {
"laravel/framework": "5.*", "laravel/framework": "5.*",
"tom-lingham/searchy" : "2.0" "tom-lingham/searchy" : "2.*"
} }
``` ```
Run `composer update` in your terminal to pull down the package into your vendors folder. Run `composer update` in your terminal to pull down the package into your vendors folder.