Skip to content

Commit

Permalink
Allow Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
rojtjo committed Apr 2, 2024
1 parent 0eff66b commit bc6f39e
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 @@ -12,7 +12,7 @@
"require": {
"php": "^8.1",
"ext-openssl": "*",
"illuminate/collections": "^9.26|^10.0",
"illuminate/collections": "^9.26|^10.0|^11.0",
"league/csv": "^9.0",
"psr/http-client": "^1.0",
"psr/simple-cache": "^3.0",
Expand Down

0 comments on commit bc6f39e

Please sign in to comment.