From 8056eda79aa68daf12638a3ea3258a128871f5c8 Mon Sep 17 00:00:00 2001 From: Vignesh Gurusamy Date: Fri, 30 Mar 2018 12:15:58 +0530 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6260be7..f26ecff 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To install this package you will need: - Laravel >= 5.3 - - PHP 7.0+ + - PHP 7.1.3+ Run this command to install via composer @@ -25,7 +25,7 @@ or edit the `composer.json` ``` "require": { - "linkstreet/laravel-sms": "^2.0" + "linkstreet/laravel-sms": "^3.0" } ```