Skip to content

Commit 5b85ddf

Browse files
Added Laravel 12 support
1 parent d035aef commit 5b85ddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"require": {
3535
"php": "^7.3 || ^8.0",
3636
"ext-dom": "*",
37-
"illuminate/support": ">=6.0 <12.0",
38-
"illuminate/validation": ">=6.0 <12.0",
37+
"illuminate/support": ">=6.0 <13.0",
38+
"illuminate/validation": ">=6.0 <13.0",
3939
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0"
4040
},
4141
"require-dev": {
@@ -58,4 +58,4 @@
5858
"preferred-install": "dist",
5959
"sort-packages": true
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)