Skip to content

Commit 529dfe3

Browse files
authored
Laravel 12 support
1 parent 4164a35 commit 529dfe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"require": {
1414
"php": "^8.0",
15-
"illuminate/support": "^10.0|^11.0",
16-
"illuminate/validation": "^10.0|^11.0"
15+
"illuminate/support": "^10.0|^11.0|^12.0",
16+
"illuminate/validation": "^10.0|^11.0|^12.0"
1717
},
1818
"require-dev": {
1919
"fakerphp/faker": "^1.0",

0 commit comments

Comments
 (0)