Skip to content

Commit

Permalink
Merge pull request #3 from chrisidakwo/dev
Browse files Browse the repository at this point in the history
Added support for Laravel 8 and new methods in parent package
  • Loading branch information
chrisidakwo authored Nov 25, 2020
2 parents f2b05fc + de44d29 commit 5688952
Show file tree
Hide file tree
Showing 4 changed files with 3,456 additions and 3,268 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
],
"require": {
"php": "^7.4",
"chrisidakwo/flutterwave-php": "^0.1.0",
"illuminate/config": "~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.8.0|^6.0|^7.0"
"chrisidakwo/flutterwave-php": "^0.1.1",
"illuminate/config": "~5.8.0|^6.0|^7.0|^8.0",
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
Expand Down
Loading

0 comments on commit 5688952

Please sign in to comment.