From c5316681ca14921422b3b4512bf9079733e41369 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 18 Apr 2024 13:43:32 +0000 Subject: [PATCH] chore: update database library --- composer.json | 2 +- composer.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index e86521f509..40e79eadc6 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "utopia-php/cache": "0.9.*", "utopia-php/cli": "0.15.*", "utopia-php/config": "0.2.*", - "utopia-php/database": "0.45.13", + "utopia-php/database": "0.45.14", "utopia-php/domains": "0.5.*", "utopia-php/dsn": "0.1.*", "utopia-php/framework": "0.33.*", diff --git a/composer.lock b/composer.lock index 0f1ae1ba75..ec33a28900 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": "8e71b20fcd688fd3552ff8fdaf138e1b", + "content-hash": "38f7191613fc39799742a97787c7b252", "packages": [ { "name": "adhocore/jwt", @@ -1191,16 +1191,16 @@ }, { "name": "utopia-php/database", - "version": "0.45.13", + "version": "0.45.14", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "50e5db3caee776a5ee99c834998144371e331e37" + "reference": "9159976c0b22e032289b554ef4976d4a8d479c5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/50e5db3caee776a5ee99c834998144371e331e37", - "reference": "50e5db3caee776a5ee99c834998144371e331e37", + "url": "https://api.github.com/repos/utopia-php/database/zipball/9159976c0b22e032289b554ef4976d4a8d479c5c", + "reference": "9159976c0b22e032289b554ef4976d4a8d479c5c", "shasum": "" }, "require": { @@ -1241,9 +1241,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/0.45.13" + "source": "https://github.com/utopia-php/database/tree/0.45.14" }, - "time": "2024-04-18T08:06:43+00:00" + "time": "2024-04-18T13:30:33+00:00" }, { "name": "utopia-php/domains", @@ -5146,16 +5146,16 @@ }, { "name": "twig/twig", - "version": "v3.9.2", + "version": "v3.9.3", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "856cb5a6cfd6f3e4dc1f6c9a8f54e259503f7cf3" + "reference": "a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/856cb5a6cfd6f3e4dc1f6c9a8f54e259503f7cf3", - "reference": "856cb5a6cfd6f3e4dc1f6c9a8f54e259503f7cf3", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58", + "reference": "a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58", "shasum": "" }, "require": { @@ -5209,7 +5209,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.9.2" + "source": "https://github.com/twigphp/Twig/tree/v3.9.3" }, "funding": [ { @@ -5221,7 +5221,7 @@ "type": "tidelift" } ], - "time": "2024-04-17T14:16:25+00:00" + "time": "2024-04-18T11:59:33+00:00" } ], "aliases": [], @@ -5250,5 +5250,5 @@ "platform-overrides": { "php": "8.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }