Skip to content

Commit b30410a

Browse files
committed
Add Laravel 10 support
1 parent 7dccbc9 commit b30410a

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
@@ -24,8 +24,8 @@
2424
"require": {
2525
"php": "^8.0",
2626
"devdot/monolog-parser": "^1.4",
27-
"illuminate/contracts": "^9",
28-
"illuminate/console": "^9"
27+
"illuminate/contracts": "^9|^10",
28+
"illuminate/console": "^9|^10"
2929
},
3030
"extra": {
3131
"laravel": {

0 commit comments

Comments
 (0)