From 46316c08bd1aabb58d6da44a8dc3ba8a64f28095 Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:06:06 -0400 Subject: [PATCH] fix: Logger version --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 9bdf194f73..f4f2c2771d 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "utopia-php/fetch": "0.2.*", "utopia-php/image": "0.6.*", "utopia-php/locale": "0.4.*", - "utopia-php/logger": "0.5.*", + "utopia-php/logger": "0.6.*", "utopia-php/messaging": "0.12.*", "utopia-php/migration": "0.4.*", "utopia-php/orchestration": "0.9.*", diff --git a/composer.lock b/composer.lock index e18350a15a..4961cbe4a1 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": "06f391b62842a79736fe3fe77ec82adf", + "content-hash": "2800ffba77534baae328905e6ae05cc0", "packages": [ { "name": "adhocore/jwt", @@ -2066,16 +2066,16 @@ }, { "name": "utopia-php/logger", - "version": "0.5.2", + "version": "0.6.0", "source": { "type": "git", "url": "https://github.com/utopia-php/logger.git", - "reference": "c6dfdb672e41364c309b0c30dc03bc6d45446dba" + "reference": "a2d1daeeb8f61fdec6d851950d9a021a3d05c9f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/logger/zipball/c6dfdb672e41364c309b0c30dc03bc6d45446dba", - "reference": "c6dfdb672e41364c309b0c30dc03bc6d45446dba", + "url": "https://api.github.com/repos/utopia-php/logger/zipball/a2d1daeeb8f61fdec6d851950d9a021a3d05c9f9", + "reference": "a2d1daeeb8f61fdec6d851950d9a021a3d05c9f9", "shasum": "" }, "require": { @@ -2114,9 +2114,9 @@ ], "support": { "issues": "https://github.com/utopia-php/logger/issues", - "source": "https://github.com/utopia-php/logger/tree/0.5.2" + "source": "https://github.com/utopia-php/logger/tree/0.6.0" }, - "time": "2024-05-17T09:32:59+00:00" + "time": "2024-05-23T13:37:54+00:00" }, { "name": "utopia-php/messaging",