Skip to content

Commit 34704f9

Browse files
authored
Merge pull request #39 from vool/master
Add Laravel 12 Support
2 parents 0905c15 + e375c5c commit 34704f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
20-
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0",
21-
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
20+
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0|^12.0",
21+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
2222
"spatie/laravel-package-tools": "^1.4.3"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)