Skip to content

Commit e54c693

Browse files
authored
Merge pull request #1 from savannabits/develop
Complete Improvement on Daraja & support for php8.1 and Laravel 9
2 parents 4cc620e + 31aeda9 commit e54c693

File tree

5 files changed

+239
-434
lines changed

5 files changed

+239
-434
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
.idea
12
build
23
composer.lock
34
docs
45
vendor
5-
coverage
6+
coverage

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@
3030
}
3131
],
3232
"require": {
33-
"php": "^7.3|^8.0",
34-
"illuminate/support": "^6.0|^7.0|^8.0"
33+
"php": "^8.0",
34+
"ext-curl": "*",
35+
"illuminate/support": ">=8.0"
3536
},
3637
"require-dev": {
37-
"orchestra/testbench": "^4.0|^6.0",
38-
"phpunit/phpunit": "^8.5|^9.0"
38+
"orchestra/testbench": ">=6",
39+
"phpunit/phpunit": ">=9"
3940
},
4041
"autoload": {
4142
"psr-4": {

0 commit comments

Comments
 (0)