From 625d0e20ae8be22b43d499b39e87f890713543e3 Mon Sep 17 00:00:00 2001 From: Naveen1895 <40588899+Naveen1895@users.noreply.github.com> Date: Mon, 30 Mar 2020 13:21:30 +0530 Subject: [PATCH] Feature/support laravel 7 (#4) * Add support for laravel 7.x * Update README file --- README.md | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5e04759..a50d308 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To install this package you will need: - - Laravel >= 6.0 + - Laravel >= 7.0 - PHP 7.2+ @@ -25,7 +25,7 @@ or edit the `composer.json` ``` "require": { - "linkstreet/laravel-sms": "^5.0" + "linkstreet/laravel-sms": "^6.0" } ``` diff --git a/composer.json b/composer.json index a4654a0..7b011ce 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "^6.0", + "illuminate/support": "^7.0", "guzzlehttp/guzzle": "~6.0" }, "autoload": { @@ -30,8 +30,8 @@ } }, "require-dev": { - "orchestra/testbench": "^4.0", - "phpunit/phpunit": "~8.0" + "orchestra/testbench": "~5.1.0", + "phpunit/phpunit": "~8.5" }, "autoload-dev": { "psr-4": {