From a6e8c790b16a947e5d2369ad77d2082e892c326b Mon Sep 17 00:00:00 2001 From: Prosper Otemuyiwa Date: Sat, 26 Sep 2020 14:28:10 +0100 Subject: [PATCH] Bump to Laravel 8. Drop support for Laravel 5 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 0936778..651d8ce 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "unicodeveloper/laravel-paystack", "description": "A Laravel Package for Paystack", - "keywords": ["php","github", "laravel","Open Source","payments", "subscription", "paystack", "paystack.co","laravel 5", "laravel 6"], + "keywords": ["php","github", "laravel","Open Source","payments", "subscription", "paystack", "paystack.co","laravel 6", "laravel 7", "laravel 8"], "license": "MIT", "authors": [ { @@ -15,9 +15,9 @@ ], "minimum-stability": "stable", "require": { - "php": "^7.0", - "illuminate/support": "^5.8.15|^6.0|^7.0", - "guzzlehttp/guzzle": "5.*|6.*" + "php": "^7.2", + "illuminate/support": "~6|~7|~8", + "guzzlehttp/guzzle": "~6|~7" }, "require-dev": { "phpunit/phpunit" : "^8.4|^9.0",