From a42577b1aaadedf195d428b679e00ef097540d79 Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 25 Oct 2023 17:14:10 +0300 Subject: [PATCH] composer json --- composer.json | 2 +- src/Appwrite/Migration/Version/V20.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 64bcd52ee..13009a1fa 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "utopia-php/platform": "0.5.*", "utopia-php/pools": "0.4.*", "utopia-php/preloader": "0.2.*", - "utopia-php/queue": "dev-feat-get-worker-start as 0.5.3", + "utopia-php/queue": "0.6.*", "utopia-php/registry": "0.5.*", "utopia-php/storage": "0.18.*", "utopia-php/swoole": "0.5.*", diff --git a/src/Appwrite/Migration/Version/V20.php b/src/Appwrite/Migration/Version/V20.php index a24497b33..209068883 100644 --- a/src/Appwrite/Migration/Version/V20.php +++ b/src/Appwrite/Migration/Version/V20.php @@ -317,7 +317,7 @@ class V20 extends Migration $this->migrateUsageMetrics("files.$bucketId.count.total", "$bucketInternalId.files"); $this->migrateUsageMetrics("files.$bucketId.storage.size", "$bucketInternalId.files.storage"); - // some stats come with $ prefix infront of the id -> files.$650c3fda307b7fec4934.storage.size; + // some stats come with $ prefix in front of the id -> files.$650c3fda307b7fec4934.storage.size; } } }