Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update composer.json
Remove 9.0 version as is no longer supported by Laravel
  • Loading branch information
xseguib authored Jun 17, 2024
commit f2ff3022c4f7059563f49b387f000bb15489ca77
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": ">=7.1",
"illuminate/queue": "^9.0|^10.0|^11.0",
"illuminate/queue": "^10.0|^11.0",
"queue-interop/amqp-interop": "^0.8",
"queue-interop/queue-interop": "^0.7|^0.8",
"enqueue/enqueue": "^0.10",
Expand Down