From f632b1d0269ba958336254d62bc8597fc5de364d Mon Sep 17 00:00:00 2001 From: Thach Nguyen Date: Sun, 25 Feb 2018 05:35:34 +0700 Subject: [PATCH] Update README document for releases of branch Laravel4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aaf840..db52f4c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Require `bllim/laravalid` in composer.json and run `composer update`. ... } ``` -> **Note:** For **Laravel 4** use `laravel4` branch like as `"bllim/laravalid": "dev-laravel4"` +> **Note:** For **Laravel 4** use `laravel4` branch like as `"bllim/laravalid": "dev-laravel4"` or `"~0.9"` Composer will download the package. After the package is downloaded, open `config/app.php` and add the service provider and alias as below: ```php