From 472712dbb72f568e3178c2092c82a80c78395985 Mon Sep 17 00:00:00 2001 From: shimon Date: Mon, 8 Jan 2024 19:30:27 +0200 Subject: [PATCH] update utopia-framework version --- app/console | 2 +- composer.json | 2 +- composer.lock | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/console b/app/console index 1feecb22d4..0a007a3b1b 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit 1feecb22d43adc40ba9bffdc9dcfc690d9eff099 +Subproject commit 0a007a3b1b6eafc39dc19b7129f41643102f9676 diff --git a/composer.json b/composer.json index 83bcd26468..b3186596c2 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "utopia-php/database": "0.45.*", "utopia-php/domains": "0.3.*", "utopia-php/dsn": "0.1.*", - "utopia-php/framework": "0.33.*", + "utopia-php/framework": "0.31.1", "utopia-php/image": "0.5.*", "utopia-php/locale": "0.4.*", "utopia-php/logger": "0.3.*", diff --git a/composer.lock b/composer.lock index e8d3a948b9..9a33dfbd41 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": "1b3fd261ed93452413b8e6ba77dbab55", + "content-hash": "c207e62c309b58f4ac0d00dc508a5fc2", "packages": [ { "name": "adhocore/jwt", @@ -1353,16 +1353,16 @@ }, { "name": "utopia-php/framework", - "version": "0.33.0", + "version": "0.31.1", "source": { "type": "git", "url": "https://github.com/utopia-php/http.git", - "reference": "e3ff6b933082d57b48e7c4267bb605c0bf2250fd" + "reference": "e50d2d16f4bc31319043f3f6d3dbea36c6fd6b68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/http/zipball/e3ff6b933082d57b48e7c4267bb605c0bf2250fd", - "reference": "e3ff6b933082d57b48e7c4267bb605c0bf2250fd", + "url": "https://api.github.com/repos/utopia-php/http/zipball/e50d2d16f4bc31319043f3f6d3dbea36c6fd6b68", + "reference": "e50d2d16f4bc31319043f3f6d3dbea36c6fd6b68", "shasum": "" }, "require": { @@ -1392,9 +1392,9 @@ ], "support": { "issues": "https://github.com/utopia-php/http/issues", - "source": "https://github.com/utopia-php/http/tree/0.33.0" + "source": "https://github.com/utopia-php/http/tree/0.31.1" }, - "time": "2024-01-08T13:30:27+00:00" + "time": "2023-12-08T18:47:29+00:00" }, { "name": "utopia-php/image",