From 7840293ddb424e034d3183a252c16851511a4e93 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 4 Jul 2025 16:59:43 -0400 Subject: [PATCH] Update platform --- composer.json | 2 +- composer.lock | 23 +++++++++++++++-------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 6f1fcdf4d2..27ef7346f9 100644 --- a/composer.json +++ b/composer.json @@ -64,7 +64,7 @@ "utopia-php/messaging": "0.18.*", "utopia-php/migration": "0.11.*", "utopia-php/orchestration": "0.9.*", - "utopia-php/platform": "0.7.*", + "utopia-php/platform": "dev-fix-amqp as 0.7.9", "utopia-php/pools": "0.8.*", "utopia-php/preloader": "0.2.*", "utopia-php/queue": "dev-fix-amqp as 0.12.0", diff --git a/composer.lock b/composer.lock index cb04b7f875..15560e8808 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "241eb3006f08a69134ed407daacd48a3", + "content-hash": "2f5ec12657610ff901fdd04bbfebd76a", "packages": [ { "name": "adhocore/jwt", @@ -4111,16 +4111,16 @@ }, { "name": "utopia-php/platform", - "version": "0.7.9", + "version": "dev-fix-amqp", "source": { "type": "git", "url": "https://github.com/utopia-php/platform.git", - "reference": "b061f523513b071ef7168e6dc1441364eb73f308" + "reference": "a6454c71dd7e9433d28b970f563359b9fb93b895" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/platform/zipball/b061f523513b071ef7168e6dc1441364eb73f308", - "reference": "b061f523513b071ef7168e6dc1441364eb73f308", + "url": "https://api.github.com/repos/utopia-php/platform/zipball/a6454c71dd7e9433d28b970f563359b9fb93b895", + "reference": "a6454c71dd7e9433d28b970f563359b9fb93b895", "shasum": "" }, "require": { @@ -4129,7 +4129,7 @@ "php": ">=8.0", "utopia-php/cli": "0.15.*", "utopia-php/framework": "0.33.*", - "utopia-php/queue": "^0.12.0" + "utopia-php/queue": "fix-amqp-dev" }, "require-dev": { "laravel/pint": "1.*", @@ -4155,9 +4155,9 @@ ], "support": { "issues": "https://github.com/utopia-php/platform/issues", - "source": "https://github.com/utopia-php/platform/tree/0.7.9" + "source": "https://github.com/utopia-php/platform/tree/fix-amqp" }, - "time": "2025-06-24T20:21:05+00:00" + "time": "2025-07-04T22:59:12+00:00" }, { "name": "utopia-php/pools", @@ -8251,6 +8251,12 @@ } ], "aliases": [ + { + "package": "utopia-php/platform", + "version": "dev-fix-amqp", + "alias": "0.7.9", + "alias_normalized": "0.7.9.0" + }, { "package": "utopia-php/queue", "version": "dev-fix-amqp", @@ -8260,6 +8266,7 @@ ], "minimum-stability": "stable", "stability-flags": { + "utopia-php/platform": 20, "utopia-php/queue": 20 }, "prefer-stable": false,