Skip to content

Commit ef51e8f

Browse files
authoredApr 2, 2024··
Merge pull request #2 from rojtjo/laravel-11
Allow install on Laravel 11
2 parents 0eff66b + bc6f39e commit ef51e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^8.1",
1414
"ext-openssl": "*",
15-
"illuminate/collections": "^9.26|^10.0",
15+
"illuminate/collections": "^9.26|^10.0|^11.0",
1616
"league/csv": "^9.0",
1717
"psr/http-client": "^1.0",
1818
"psr/simple-cache": "^3.0",

0 commit comments

Comments
 (0)
Please sign in to comment.