Skip to content

Commit 1097a3e

Browse files
authored
support Laravel 10.0
1 parent 4a43d91 commit 1097a3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"php": "^8.0",
2222
"ext-json": "*",
2323
"guzzlehttp/guzzle": "^6.3|^7.3",
24-
"illuminate/bus": "^8.50|^9.0",
25-
"illuminate/queue": "^8.50|^9.0",
26-
"illuminate/support": "^8.50|^9.0",
24+
"illuminate/bus": "^8.50|^9.0|^10.0",
25+
"illuminate/queue": "^8.50|^9.0|^10.0",
26+
"illuminate/support": "^8.50|^9.0|^10.0",
2727
"spatie/laravel-package-tools": "^1.11"
2828
},
2929
"require-dev": {
@@ -62,4 +62,4 @@
6262
},
6363
"minimum-stability": "dev",
6464
"prefer-stable": true
65-
}
65+
}

0 commit comments

Comments
 (0)