Skip to content

Commit

Permalink
deps: allow using laravel 11 collections
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Nov 23, 2024
1 parent cab0f43 commit e1b749e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": ">=7.2.5",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"illuminate/collections": "^8.0|^9.0|^10.0",
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0",
"psr/http-message": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit e1b749e

Please sign in to comment.