Skip to content

Commit 5688952

Browse files
authored
Merge pull request #3 from chrisidakwo/dev
Added support for Laravel 8 and new methods in parent package
2 parents f2b05fc + de44d29 commit 5688952

File tree

4 files changed

+3456
-3268
lines changed

4 files changed

+3456
-3268
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
],
1414
"require": {
1515
"php": "^7.4",
16-
"chrisidakwo/flutterwave-php": "^0.1.0",
17-
"illuminate/config": "~5.8.0|^6.0|^7.0",
18-
"illuminate/support": "~5.8.0|^6.0|^7.0"
16+
"chrisidakwo/flutterwave-php": "^0.1.1",
17+
"illuminate/config": "~5.8.0|^6.0|^7.0|^8.0",
18+
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0"
1919
},
2020
"require-dev": {
2121
"friendsofphp/php-cs-fixer": "^2.16",

0 commit comments

Comments
 (0)