From 06886435cc16c3a6e05bedba5db4404c702bc54c Mon Sep 17 00:00:00 2001 From: "Christopher C. Okonkwo" <45552824+christopherokonkwo@users.noreply.github.com> Date: Sun, 26 Mar 2023 14:05:50 +0100 Subject: [PATCH 1/2] upgrade to laravel 10+ --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 001075c..0cd8b4f 100755 --- a/composer.json +++ b/composer.json @@ -12,10 +12,10 @@ "minimum-stability": "stable", "require": { "php": "^7.2|^8.0|^8.3", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|10.0" }, "require-dev": { - "phpunit/phpunit" : "^8.3", + "phpunit/phpunit" : "^8.3|^9.0|^10.0", "scrutinizer/ocular": "^1.1", "satooshi/php-coveralls": ">0.7", "mockery/mockery": ">1.2", From 1c5b49dd22db5250ab52d6783fd17350f7d893b4 Mon Sep 17 00:00:00 2001 From: "Christopher C. Okonkwo" <45552824+christopherokonkwo@users.noreply.github.com> Date: Sun, 26 Mar 2023 14:14:21 +0100 Subject: [PATCH 2/2] Update README.md update readme to indicate that it's laravel 10 compatible --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c743a8..1e56b5a 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Flutterwave 🦄🦄 (Laravel 5,7,8 Package) +# Flutterwave 🦄🦄 (Laravel 5,7,8, and 10 Package) [![Latest Version on Packagist][ico-version]][link-packagist] [![Software License][ico-license]](LICENSE.md)