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) 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",