From 63aa94deb2e60589661bf3314a4b614165446ed7 Mon Sep 17 00:00:00 2001 From: Vignesh Gurusamy Date: Mon, 16 Sep 2019 13:08:44 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78d3d03..5e04759 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To install this package you will need: - - Laravel >= 5.7 + - Laravel >= 6.0 - PHP 7.2+ @@ -25,7 +25,7 @@ or edit the `composer.json` ``` "require": { - "linkstreet/laravel-sms": "^4.0" + "linkstreet/laravel-sms": "^5.0" } ```