From 541c6772f2b1f81a00c30b19393806066396f21a Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 3 Nov 2022 21:00:00 +0200 Subject: [PATCH] Updated dependencies --- composer.json | 2 +- composer.lock | 38 +++++++++++++++++++++++--------------- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 79c8313e5f..65286e5952 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ "utopia-php/websocket": "0.1.0", "utopia-php/image": "0.5.*", "utopia-php/orchestration": "0.6.*", - "utopia-php/pools": "0.2.*", + "utopia-php/pools": "dev-feat-optimize-filling as 0.3.0", "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 0965b0d0ed..dcbf3d84d6 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": "35b9599e05d47387586904cd2b6234ae", + "content-hash": "ef123ba6e9ee89e8355c42b590c272d9", "packages": [ { "name": "adhocore/jwt", @@ -1879,16 +1879,16 @@ }, { "name": "utopia-php/framework", - "version": "0.23.2", + "version": "0.23.4", "source": { "type": "git", "url": "https://github.com/utopia-php/framework.git", - "reference": "847cfd48fa93f25797dea0be5692f5c3735c9b2f" + "reference": "97f64aa1732af92b967c3576f16967dc762ad47b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/framework/zipball/847cfd48fa93f25797dea0be5692f5c3735c9b2f", - "reference": "847cfd48fa93f25797dea0be5692f5c3735c9b2f", + "url": "https://api.github.com/repos/utopia-php/framework/zipball/97f64aa1732af92b967c3576f16967dc762ad47b", + "reference": "97f64aa1732af92b967c3576f16967dc762ad47b", "shasum": "" }, "require": { @@ -1916,9 +1916,9 @@ ], "support": { "issues": "https://github.com/utopia-php/framework/issues", - "source": "https://github.com/utopia-php/framework/tree/0.23.2" + "source": "https://github.com/utopia-php/framework/tree/0.23.4" }, - "time": "2022-10-25T15:05:52+00:00" + "time": "2022-10-31T11:57:14+00:00" }, { "name": "utopia-php/image", @@ -2146,23 +2146,24 @@ }, { "name": "utopia-php/pools", - "version": "0.1.0", + "version": "dev-feat-optimize-filling", "source": { "type": "git", "url": "https://github.com/utopia-php/pools.git", - "reference": "5a467a569a80aefc846a97dc195b4adc2fd71805" + "reference": "be603898142f55df9db5058f81a610ead7769d7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/pools/zipball/5a467a569a80aefc846a97dc195b4adc2fd71805", - "reference": "5a467a569a80aefc846a97dc195b4adc2fd71805", + "url": "https://api.github.com/repos/utopia-php/pools/zipball/be603898142f55df9db5058f81a610ead7769d7d", + "reference": "be603898142f55df9db5058f81a610ead7769d7d", "shasum": "" }, "require": { "ext-mongodb": "*", "ext-pdo": "*", "ext-redis": "*", - "php": ">=8.0" + "php": ">=8.0", + "utopia-php/cli": "^0.13.0" }, "require-dev": { "phpunit/phpunit": "^9.4", @@ -2193,9 +2194,9 @@ ], "support": { "issues": "https://github.com/utopia-php/pools/issues", - "source": "https://github.com/utopia-php/pools/tree/0.1.0" + "source": "https://github.com/utopia-php/pools/tree/feat-optimize-filling" }, - "time": "2022-10-11T19:31:07+00:00" + "time": "2022-11-03T18:50:28+00:00" }, { "name": "utopia-php/preloader", @@ -5112,11 +5113,18 @@ "version": "dev-feat-update-create", "alias": "0.26.1", "alias_normalized": "0.26.1.0" + }, + { + "package": "utopia-php/pools", + "version": "dev-feat-optimize-filling", + "alias": "0.3.0", + "alias_normalized": "0.3.0.0" } ], "minimum-stability": "stable", "stability-flags": { - "utopia-php/database": 20 + "utopia-php/database": 20, + "utopia-php/pools": 20 }, "prefer-stable": false, "prefer-lowest": false,