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 Mar 17, 2024
2 parents 4f56457 + a07f43b commit 7261867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,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",
Expand Down

0 comments on commit 7261867

Please sign in to comment.