Merge pull request #9936 from appwrite/chore-update-queue

Update queue
This commit is contained in:
Jake Barnby 2025-05-30 10:28:46 +00:00 committed by GitHub
commit 2af8b3046f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 15 deletions

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.10.*",
"utopia-php/queue": "0.11.*",
"utopia-php/registry": "0.5.*",
"utopia-php/storage": "0.18.*",
"utopia-php/swoole": "0.8.*",

28
composer.lock generated
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": "de0a0fb794f826fcc412c788185b69f4",
"content-hash": "3230eea9e592f0b712e78c1ef5f5e244",
"packages": [
{
"name": "adhocore/jwt",
@ -4109,16 +4109,16 @@
},
{
"name": "utopia-php/platform",
"version": "0.7.7",
"version": "0.7.8",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/platform.git",
"reference": "8c43cd866148a7c4c495e3401268429e338004b3"
"reference": "e3a4536c46f10988b1a446ec6b8dd8a9914be854"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/platform/zipball/8c43cd866148a7c4c495e3401268429e338004b3",
"reference": "8c43cd866148a7c4c495e3401268429e338004b3",
"url": "https://api.github.com/repos/utopia-php/platform/zipball/e3a4536c46f10988b1a446ec6b8dd8a9914be854",
"reference": "e3a4536c46f10988b1a446ec6b8dd8a9914be854",
"shasum": ""
},
"require": {
@ -4127,7 +4127,7 @@
"php": ">=8.0",
"utopia-php/cli": "0.15.*",
"utopia-php/framework": "0.33.*",
"utopia-php/queue": "0.10.*"
"utopia-php/queue": "0.11.*"
},
"require-dev": {
"laravel/pint": "1.*",
@ -4153,9 +4153,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/platform/issues",
"source": "https://github.com/utopia-php/platform/tree/0.7.7"
"source": "https://github.com/utopia-php/platform/tree/0.7.8"
},
"time": "2025-05-20T09:23:44+00:00"
"time": "2025-05-30T10:05:43+00:00"
},
{
"name": "utopia-php/pools",
@ -4264,16 +4264,16 @@
},
{
"name": "utopia-php/queue",
"version": "0.10.0",
"version": "0.11.0",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/queue.git",
"reference": "0eccc559168ea72241c39a4c482d868314666be1"
"reference": "06b5ced0eaed2ecc6aab6d8e1b4d96bff37a1ce5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/queue/zipball/0eccc559168ea72241c39a4c482d868314666be1",
"reference": "0eccc559168ea72241c39a4c482d868314666be1",
"url": "https://api.github.com/repos/utopia-php/queue/zipball/06b5ced0eaed2ecc6aab6d8e1b4d96bff37a1ce5",
"reference": "06b5ced0eaed2ecc6aab6d8e1b4d96bff37a1ce5",
"shasum": ""
},
"require": {
@ -4324,9 +4324,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/queue/issues",
"source": "https://github.com/utopia-php/queue/tree/0.10.0"
"source": "https://github.com/utopia-php/queue/tree/0.11.0"
},
"time": "2025-04-17T12:15:52+00:00"
"time": "2025-05-30T09:52:38+00:00"
},
{
"name": "utopia-php/registry",