Skip to content

Commit 711c063

Browse files
authored
Merge pull request #4 from haztakki/support-laravel-12
Support Laravel 12
2 parents ec166c4 + 73e857f commit 711c063

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|^10.0|^11.0"
20+
"illuminate/collections": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2121
}
2222
}

0 commit comments

Comments
 (0)