Skip to content

Commit

Permalink
Laravel 11 support (#32)
Browse files Browse the repository at this point in the history
Adds Laravel 11 support.
  • Loading branch information
dniccum authored May 15, 2024
1 parent 995ef8c commit e5f0056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7",
"illuminate/support": "^6|^7|^8|^9|^10.0",
"illuminate/http": "^6|^7|^8|^9|^10.0",
"illuminate/support": "^6|^7|^8|^9|^10.0|^11.0",
"illuminate/http": "^6|^7|^8|^9|^10.0|^11.0",
"unleash/client": "^1",
"symfony/cache": "^5.3|^6.1",
"psr/cache": "^1.0|^2.0|^3.0",
Expand Down

0 comments on commit e5f0056

Please sign in to comment.