Skip to content

Commit 8621bca

Browse files
authored
Merge pull request #28 from lothid/laravel10
Add Laravel 10 support
2 parents 8360f59 + b2b5dc0 commit 8621bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"require": {
88
"php": ">=7.1",
9-
"illuminate/queue": "^6.0|^7.0|^8.0|^9.0",
9+
"illuminate/queue": "^9.0|^10.0",
1010
"queue-interop/amqp-interop": "^0.8",
1111
"queue-interop/queue-interop": "^0.7|^0.8",
1212
"enqueue/enqueue": "^0.10",

0 commit comments

Comments
 (0)