fix: pin utopia-php/queue to 0.11.0

With the revert of PLA-2762, we need to pin the utopia-php/queue package to version 0.11.0 to avoid using the graceful shutdown feature that was introduced in version 0.11.1.
This commit is contained in:
Steven Nguyen
2025-06-20 20:31:26 -07:00
parent 6d55299836
commit 7238e11bdb
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
"utopia-php/platform": "0.7.*",
"utopia-php/pools": "0.8.*",
"utopia-php/preloader": "0.2.*",
"utopia-php/queue": "0.11.*",
"utopia-php/queue": "0.11.0",
"utopia-php/registry": "0.5.*",
"utopia-php/storage": "0.18.*",
"utopia-php/swoole": "0.8.*",
Generated
+7 -7
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "1557e469b3074a6478a0b2fd522e1a2a",
"content-hash": "55bc52686a08d64930e6af7411ac0654",
"packages": [
{
"name": "adhocore/jwt",
@@ -4251,16 +4251,16 @@
},
{
"name": "utopia-php/queue",
"version": "0.11.1",
"version": "0.11.0",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/queue.git",
"reference": "498bbbef418b1db71b51e1bb62f5d1d752ddd8d6"
"reference": "06b5ced0eaed2ecc6aab6d8e1b4d96bff37a1ce5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/queue/zipball/498bbbef418b1db71b51e1bb62f5d1d752ddd8d6",
"reference": "498bbbef418b1db71b51e1bb62f5d1d752ddd8d6",
"url": "https://api.github.com/repos/utopia-php/queue/zipball/06b5ced0eaed2ecc6aab6d8e1b4d96bff37a1ce5",
"reference": "06b5ced0eaed2ecc6aab6d8e1b4d96bff37a1ce5",
"shasum": ""
},
"require": {
@@ -4311,9 +4311,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/queue/issues",
"source": "https://github.com/utopia-php/queue/tree/0.11.1"
"source": "https://github.com/utopia-php/queue/tree/0.11.0"
},
"time": "2025-05-30T11:50:34+00:00"
"time": "2025-05-30T09:52:38+00:00"
},
{
"name": "utopia-php/registry",