Skip to content

Commit

Permalink
Support for Laravel 5,6,7,8,9,10
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMurumba committed Mar 20, 2023
1 parent 48fe018 commit f85878d
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@
"license": "MIT",
"keywords": [
"mpesa",
"laravel",
"payments",
"itsmurumba",
"daraja"
"daraja",
"laravel",
"laravel 5",
"laravel 6",
"laravel 7",
"laravel 8",
"laravel 9",
"laravel 10"
],
"autoload": {
"psr-4": {
Expand All @@ -25,12 +32,12 @@
}
],
"require": {
"php": "^7.1|^8.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0",
"guzzlehttp/guzzle": "^7.0.1"
"php": "^7.1|^8.0|^8.1",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"guzzlehttp/guzzle": "^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "^4.0"
},
"scripts": {
Expand Down

0 comments on commit f85878d

Please sign in to comment.