From bdb64031f346dd18ab5415ec03426d3d0f8beef3 Mon Sep 17 00:00:00 2001 From: fogelito Date: Tue, 6 Sep 2022 18:35:25 +0300 Subject: [PATCH] composer --- composer.json | 2 +- composer.lock | 29 +++++++++++++++++++---------- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index cd151e949f..764fd5e59b 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "utopia-php/cache": "0.6.*", "utopia-php/cli": "0.13.*", "utopia-php/config": "0.2.*", - "utopia-php/database": "0.25.*", + "utopia-php/database": "dev-fix-5permissions as 0.25.0", "utopia-php/locale": "0.4.*", "utopia-php/registry": "0.5.*", "utopia-php/preloader": "0.2.*", diff --git a/composer.lock b/composer.lock index aab6a9f51e..254625e4a3 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": "9c6fd9ae7d343488bbc9ccca8357a9ca", + "content-hash": "3c12ac9a58f1a730f55400266b1d4376", "packages": [ { "name": "adhocore/jwt", @@ -2060,16 +2060,16 @@ }, { "name": "utopia-php/database", - "version": "0.25.0", + "version": "dev-fix-5permissions", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "167fb53a6c199d4b9ce5fc513c78774ee92199e7" + "reference": "afb5f9a8ccc7641169dc8837dd880e405cafc324" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/167fb53a6c199d4b9ce5fc513c78774ee92199e7", - "reference": "167fb53a6c199d4b9ce5fc513c78774ee92199e7", + "url": "https://api.github.com/repos/utopia-php/database/zipball/afb5f9a8ccc7641169dc8837dd880e405cafc324", + "reference": "afb5f9a8ccc7641169dc8837dd880e405cafc324", "shasum": "" }, "require": { @@ -2118,9 +2118,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/0.25.0" + "source": "https://github.com/utopia-php/database/tree/fix-5permissions" }, - "time": "2022-09-06T07:53:26+00:00" + "time": "2022-09-06T13:51:35+00:00" }, { "name": "utopia-php/domains", @@ -5358,9 +5358,18 @@ "time": "2022-08-12T06:47:24+00:00" } ], - "aliases": [], + "aliases": [ + { + "package": "utopia-php/database", + "version": "dev-fix-5permissions", + "alias": "0.25.0", + "alias_normalized": "0.25.0.0" + } + ], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "utopia-php/database": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": { @@ -5384,5 +5393,5 @@ "platform-overrides": { "php": "8.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.2.0" }