Skip to content

Commit b287dbd

Browse files
authored
Merge pull request #2 from HazJ/support-laravel-10
Support Laravel 10
2 parents 9942a39 + 0cccffc commit b287dbd

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
@@ -17,6 +17,6 @@
1717
"require": {
1818
"php": "^8.0",
1919
"ext-dom": "*",
20-
"illuminate/collections": "^7.0|^8.0|^9.0"
20+
"illuminate/collections": "^7.0|^8.0|^9.0|^10.0"
2121
}
2222
}

0 commit comments

Comments
 (0)