Skip to content

Commit 4443497

Browse files
authored
Merge pull request #111 from LL-Etiane/laravel10
2 parents fb03c2e + b03f321 commit 4443497

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kingflamez/laravelrave",
3-
"description": "A Laravel 5 Package for Flutterwave Rave",
3+
"description": "A Laravel Package for Flutterwave Rave",
44
"keywords": ["php","github", "laravel","Open Source","payments", "kingflamez", "Flutterwave Rave", "Flutterwave", "rave", "ravepay.co","laravel 5"],
55
"license": "MIT",
66
"authors": [
@@ -12,12 +12,11 @@
1212
"minimum-stability": "stable",
1313
"require": {
1414
"php": "^7.2|^8.0|^8.3",
15-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0"
15+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit" : "^8.3",
19-
"scrutinizer/ocular": "^1.1",
20-
"satooshi/php-coveralls": ">0.7",
18+
"phpunit/phpunit" : "^10",
19+
"php-coveralls/php-coveralls": "^2.6.0",
2120
"mockery/mockery": ">1.2",
2221
"orchestra/testbench": ">4.0"
2322
},

0 commit comments

Comments
 (0)