Skip to content

Commit

Permalink
Merge pull request #2 from ItsMurumba/develop
Browse files Browse the repository at this point in the history
Adds support for laravel 11
  • Loading branch information
ItsMurumba authored Apr 2, 2024
2 parents 5818ad5 + 7a853c7 commit 4753d1f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"laravel 7",
"laravel 8",
"laravel 9",
"laravel 10"
"laravel 10",
"laravel 11"
],
"autoload": {
"psr-4": {
Expand All @@ -32,9 +33,9 @@
}
],
"require": {
"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"
"php": "^7.1|^8.0|^8.1|^8.2",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"guzzlehttp/guzzle": "^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
Expand Down

0 comments on commit 4753d1f

Please sign in to comment.