Skip to content

Commit 04dffaa

Browse files
committed
chore: upgrade utopia-php/queue from 0.16 to 0.17
Upgrade to queue 0.17 which replaces static resource callbacks with DI Container. No code changes needed in this repo as the platform only uses Server constructor, Swoole adapter, and hook methods (init, error, shutdown, workerStart, job) which remain compatible.
1 parent 5d1ef3f commit 04dffaa

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"utopia-php/servers": "0.3.*",
2222
"utopia-php/http": "0.34.*",
2323
"utopia-php/cli": "0.23.*",
24-
"utopia-php/queue": "0.16.*"
24+
"utopia-php/queue": "0.17.*"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^9.3",

composer.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)