Skip to content

Commit

Permalink
Complete Improvement on Daraja class and support for php8.1 and Larav…
Browse files Browse the repository at this point in the history
…el 9
  • Loading branch information
coolsam726 committed Nov 28, 2022
1 parent 4cc620e commit 31aeda9
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 434 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea
build
composer.lock
docs
vendor
coverage
coverage
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@
}
],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
"php": "^8.0",
"ext-curl": "*",
"illuminate/support": ">=8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^6.0",
"phpunit/phpunit": "^8.5|^9.0"
"orchestra/testbench": ">=6",
"phpunit/phpunit": ">=9"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 31aeda9

Please sign in to comment.