From c0a3852e41b16ffc4f04a2a177dec96a23f208d0 Mon Sep 17 00:00:00 2001 From: Kenneth Sungcaya Date: Wed, 1 Feb 2017 17:10:12 +0400 Subject: [PATCH] update installation instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10f1e31..04dba85 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Install package through Composer. ```js "require": { - "ksungcaya/phpass-laravel": "1.*" + "ksungcaya/phpass-laravel": "~1.0" } ```