Skip to content

Commit

Permalink
Merge pull request #2 from rojtjo/laravel-11
Browse files Browse the repository at this point in the history
Allow install on Laravel 11
  • Loading branch information
rojtjo authored Apr 2, 2024
2 parents 0eff66b + bc6f39e commit ef51e8f
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 ef51e8f

Please sign in to comment.