Skip to content

Commit

Permalink
Merge pull request #111 from LL-Etiane/laravel10
Browse files Browse the repository at this point in the history
  • Loading branch information
kingflamez authored Aug 20, 2023
2 parents fb03c2e + b03f321 commit 4443497
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kingflamez/laravelrave",
"description": "A Laravel 5 Package for Flutterwave Rave",
"description": "A Laravel Package for Flutterwave Rave",
"keywords": ["php","github", "laravel","Open Source","payments", "kingflamez", "Flutterwave Rave", "Flutterwave", "rave", "ravepay.co","laravel 5"],
"license": "MIT",
"authors": [
Expand All @@ -12,12 +12,11 @@
"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",
"scrutinizer/ocular": "^1.1",
"satooshi/php-coveralls": ">0.7",
"phpunit/phpunit" : "^10",
"php-coveralls/php-coveralls": "^2.6.0",
"mockery/mockery": ">1.2",
"orchestra/testbench": ">4.0"
},
Expand Down

0 comments on commit 4443497

Please sign in to comment.