Update queue

This commit is contained in:
Jake Barnby
2025-07-16 09:45:49 +01:00
committed by loks0n
parent 58878f68a3
commit ea5c132a11
2 changed files with 27 additions and 17 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.12.0",
"utopia-php/queue": "dev-fix-amqp as 0.12.0",
"utopia-php/registry": "0.5.*",
"utopia-php/storage": "0.18.*",
"utopia-php/swoole": "0.8.*",
Generated
+26 -16
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": "f163753d3aa63a32064800438fa67394",
"content-hash": "241eb3006f08a69134ed407daacd48a3",
"packages": [
{
"name": "adhocore/jwt",
@@ -4266,20 +4266,20 @@
},
{
"name": "utopia-php/queue",
"version": "0.12.0",
"version": "dev-fix-amqp",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/queue.git",
"reference": "3a7603ee712c592bfc54af4a76f0426c428b5574"
"reference": "2b85380ff37ab454eab6ff9369631227f8c44f85"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/queue/zipball/3a7603ee712c592bfc54af4a76f0426c428b5574",
"reference": "3a7603ee712c592bfc54af4a76f0426c428b5574",
"url": "https://api.github.com/repos/utopia-php/queue/zipball/2b85380ff37ab454eab6ff9369631227f8c44f85",
"reference": "2b85380ff37ab454eab6ff9369631227f8c44f85",
"shasum": ""
},
"require": {
"appwrite-labs/php-amqplib": "^0.1",
"appwrite-labs/php-amqplib": "0.1.*",
"php": ">=8.3",
"utopia-php/cli": "0.15.*",
"utopia-php/fetch": "0.4.*",
@@ -4288,14 +4288,15 @@
"utopia-php/telemetry": "0.1.*"
},
"require-dev": {
"ext-redis": "*",
"laravel/pint": "^0.2.3",
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^9.5.5",
"swoole/ide-helper": "4.8.8",
"workerman/workerman": "^4.0"
"laravel/pint": "1.*",
"phpstan/phpstan": "1.*",
"phpunit/phpunit": "9.*",
"swoole/ide-helper": "5.1.7",
"workerman/workerman": "4.*"
},
"suggest": {
"ext-amqp": "Needed to support AMQP.",
"ext-redis": "Needed to support Redis.",
"ext-swoole": "Needed to support Swoole.",
"workerman/workerman": "Needed to support Workerman."
},
@@ -4326,9 +4327,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/queue/issues",
"source": "https://github.com/utopia-php/queue/tree/0.12.0"
"source": "https://github.com/utopia-php/queue/tree/fix-amqp"
},
"time": "2025-06-24T18:58:38+00:00"
"time": "2025-07-04T22:56:37+00:00"
},
{
"name": "utopia-php/registry",
@@ -8249,9 +8250,18 @@
"time": "2024-03-07T20:33:40+00:00"
}
],
"aliases": [],
"aliases": [
{
"package": "utopia-php/queue",
"version": "dev-fix-amqp",
"alias": "0.12.0",
"alias_normalized": "0.12.0.0"
}
],
"minimum-stability": "stable",
"stability-flags": {},
"stability-flags": {
"utopia-php/queue": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {