Skip to content

Commit ef4868c

Browse files
authored
Merge pull request #7 from vasilejianu/laravel-11-compatibility
Update Laravel 11 compatibility
2 parents f828b90 + 1e9fed5 commit ef4868c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": "^8.1",
19-
"illuminate/collections": "^9.43|^10.0",
19+
"illuminate/collections": "^9.43|^10.0|^11.0",
2020
"ramsey/uuid": "^4.6",
2121
"spatie/period": "^2.3"
2222
},

0 commit comments

Comments
 (0)