From c1bce185fd9f330cfeca9c8880d124d7e935a4da Mon Sep 17 00:00:00 2001 From: fogelito Date: Wed, 15 Mar 2023 10:04:02 +0200 Subject: [PATCH] composer framework update --- composer.json | 2 +- composer.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index d4a1ae247..f3ae59dc9 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "utopia-php/database": "dev-feat-relationships as 0.33.0", "utopia-php/preloader": "0.2.*", "utopia-php/domains": "1.1.*", - "utopia-php/framework": "0.26.*", + "utopia-php/framework": "0.28.*", "utopia-php/image": "0.5.*", "utopia-php/locale": "0.4.*", "utopia-php/logger": "0.3.*", diff --git a/composer.lock b/composer.lock index 8c93bc302..2e9067b08 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": "e7e0842fdf3271fe3fbaff873860f163", + "content-hash": "65ec111f49af9c148eb69dc16aec7a10", "packages": [ { "name": "adhocore/jwt", @@ -2117,12 +2117,12 @@ "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "bbe883c7b2ab41bb2820ba858157d1f614269a70" + "reference": "dc842d7c1c209ef55c7ce84c056efbc1dcd24283" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/bbe883c7b2ab41bb2820ba858157d1f614269a70", - "reference": "bbe883c7b2ab41bb2820ba858157d1f614269a70", + "url": "https://api.github.com/repos/utopia-php/database/zipball/dc842d7c1c209ef55c7ce84c056efbc1dcd24283", + "reference": "dc842d7c1c209ef55c7ce84c056efbc1dcd24283", "shasum": "" }, "require": { @@ -2167,7 +2167,7 @@ "issues": "https://github.com/utopia-php/database/issues", "source": "https://github.com/utopia-php/database/tree/feat-relationships" }, - "time": "2023-03-12T06:08:11+00:00" + "time": "2023-03-15T07:38:26+00:00" }, { "name": "utopia-php/domains", @@ -2225,16 +2225,16 @@ }, { "name": "utopia-php/framework", - "version": "0.26.0", + "version": "0.28.1", "source": { "type": "git", "url": "https://github.com/utopia-php/framework.git", - "reference": "e8da5576370366d3bf9c574ec855f8c96fe4f34e" + "reference": "7f22c556fc5991e54e5811a68fb39809b21bda55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/framework/zipball/e8da5576370366d3bf9c574ec855f8c96fe4f34e", - "reference": "e8da5576370366d3bf9c574ec855f8c96fe4f34e", + "url": "https://api.github.com/repos/utopia-php/framework/zipball/7f22c556fc5991e54e5811a68fb39809b21bda55", + "reference": "7f22c556fc5991e54e5811a68fb39809b21bda55", "shasum": "" }, "require": { @@ -2263,9 +2263,9 @@ ], "support": { "issues": "https://github.com/utopia-php/framework/issues", - "source": "https://github.com/utopia-php/framework/tree/0.26.0" + "source": "https://github.com/utopia-php/framework/tree/0.28.1" }, - "time": "2023-01-13T08:14:43+00:00" + "time": "2023-03-02T08:16:01+00:00" }, { "name": "utopia-php/image",