From 0fbfabe5d31e38fe35bc6accdd98e7c88c18108e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Wed, 13 Jul 2022 16:48:39 +0000 Subject: [PATCH] CLI lib version increase --- composer.json | 4 ++-- composer.lock | 50 +++++++++++++++++++++++++------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/composer.json b/composer.json index 1cc1385c13..c95dbab819 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "utopia-php/analytics": "0.2.*", "utopia-php/audit": "0.8.*", "utopia-php/cache": "0.6.*", - "utopia-php/cli": "0.12.*", + "utopia-php/cli": "0.13.*", "utopia-php/config": "0.2.*", "utopia-php/database": "0.18.*", "utopia-php/locale": "0.4.*", @@ -59,7 +59,7 @@ "utopia-php/storage": "0.9.*", "utopia-php/websocket": "0.1.0", "utopia-php/image": "0.5.*", - "utopia-php/orchestration": "0.4.*", + "utopia-php/orchestration": "0.6.*", "resque/php-resque": "1.3.6", "matomo/device-detector": "6.0.0", "dragonmantank/cron-expression": "3.3.1", diff --git a/composer.lock b/composer.lock index e079cf0bc0..379a3727a6 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": "eacaae6ec0973349a9b9f4ec78877b0a", + "content-hash": "380d806f7540199698d12a7abeb13534", "packages": [ { "name": "adhocore/jwt", @@ -1947,16 +1947,16 @@ }, { "name": "utopia-php/cli", - "version": "0.12.0", + "version": "0.13.0", "source": { "type": "git", "url": "https://github.com/utopia-php/cli.git", - "reference": "6d164b752efeb1ca089e3a517bc274d8b383474b" + "reference": "69e68f8ed525fe162fae950a0507ed28a0f179bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/cli/zipball/6d164b752efeb1ca089e3a517bc274d8b383474b", - "reference": "6d164b752efeb1ca089e3a517bc274d8b383474b", + "url": "https://api.github.com/repos/utopia-php/cli/zipball/69e68f8ed525fe162fae950a0507ed28a0f179bc", + "reference": "69e68f8ed525fe162fae950a0507ed28a0f179bc", "shasum": "" }, "require": { @@ -1994,9 +1994,9 @@ ], "support": { "issues": "https://github.com/utopia-php/cli/issues", - "source": "https://github.com/utopia-php/cli/tree/0.12.0" + "source": "https://github.com/utopia-php/cli/tree/0.13.0" }, - "time": "2022-02-18T22:10:41+00:00" + "time": "2022-04-26T08:41:22+00:00" }, { "name": "utopia-php/config", @@ -2051,16 +2051,16 @@ }, { "name": "utopia-php/database", - "version": "dev-feat-permissions-maxlength", + "version": "0.18.7", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "85c304075bb42b91e3cb98762921f15fa28af13c" + "reference": "d542ee433f1a545d926ffaf707bdf952dc18a52e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/85c304075bb42b91e3cb98762921f15fa28af13c", - "reference": "85c304075bb42b91e3cb98762921f15fa28af13c", + "url": "https://api.github.com/repos/utopia-php/database/zipball/d542ee433f1a545d926ffaf707bdf952dc18a52e", + "reference": "d542ee433f1a545d926ffaf707bdf952dc18a52e", "shasum": "" }, "require": { @@ -2109,9 +2109,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/feat-permissions-maxlength" + "source": "https://github.com/utopia-php/database/tree/0.18.7" }, - "time": "2022-07-10T17:08:47+00:00" + "time": "2022-07-11T10:20:33+00:00" }, { "name": "utopia-php/domains", @@ -2387,21 +2387,21 @@ }, { "name": "utopia-php/orchestration", - "version": "0.4.1", + "version": "dev-cli-lib-upgrade", "source": { "type": "git", "url": "https://github.com/utopia-php/orchestration.git", - "reference": "67cf0ab15a096d274c093ea918aa4ace14ac7af7" + "reference": "06f2afef516aca900ddb483689ebe6f8e7037d28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/orchestration/zipball/67cf0ab15a096d274c093ea918aa4ace14ac7af7", - "reference": "67cf0ab15a096d274c093ea918aa4ace14ac7af7", + "url": "https://api.github.com/repos/utopia-php/orchestration/zipball/06f2afef516aca900ddb483689ebe6f8e7037d28", + "reference": "06f2afef516aca900ddb483689ebe6f8e7037d28", "shasum": "" }, "require": { "php": ">=8.0", - "utopia-php/cli": "0.12.*" + "utopia-php/cli": "0.13.*" }, "require-dev": { "phpunit/phpunit": "^9.3", @@ -2436,9 +2436,9 @@ ], "support": { "issues": "https://github.com/utopia-php/orchestration/issues", - "source": "https://github.com/utopia-php/orchestration/tree/0.4.1" + "source": "https://github.com/utopia-php/orchestration/tree/cli-lib-upgrade" }, - "time": "2022-02-20T09:23:06+00:00" + "time": "2022-07-13T14:55:12+00:00" }, { "name": "utopia-php/preloader", @@ -5348,15 +5348,15 @@ ], "aliases": [ { - "package": "utopia-php/database", - "version": "dev-feat-permissions-maxlength", - "alias": "0.18.1", - "alias_normalized": "0.18.1.0" + "package": "utopia-php/orchestration", + "version": "dev-cli-lib-upgrade", + "alias": "0.4.1", + "alias_normalized": "0.4.1.0" } ], "minimum-stability": "stable", "stability-flags": { - "utopia-php/database": 20 + "utopia-php/orchestration": 20 }, "prefer-stable": false, "prefer-lowest": false,