From 1112d97c6f3a56c58022f966f71184ae8169cde2 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 14 Dec 2021 13:07:10 +0545 Subject: [PATCH] update package --- composer.json | 9 +++++++-- composer.lock | 32 ++++++++++++++------------------ 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index d2953bf5b4..d6ca7587ff 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "utopia-php/preloader": "0.2.*", "utopia-php/domains": "1.1.*", "utopia-php/swoole": "0.3.*", - "utopia-php/storage": "0.5.*", + "utopia-php/storage": "dev-feat-large-file-support", "utopia-php/websocket": "0.0.*", "utopia-php/image": "0.5.*", @@ -65,7 +65,12 @@ "adhocore/jwt": "1.1.2", "slickdeals/statsd": "3.1.0" }, - "repositories": [], + "repositories": [ + { + "type": "git", + "url": "https://github.com/utopia-php/storage" + } + ], "require-dev": { "appwrite/sdk-generator": "0.16.2", "phpunit/phpunit": "9.5.6", diff --git a/composer.lock b/composer.lock index 33a29d90b7..a47bfa30ee 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": "9dcf48d4173daea87c60b464b104cd22", + "content-hash": "c2e77add2d14e18f3ec31ba1f54625e5", "packages": [ { "name": "adhocore/jwt", @@ -2567,20 +2567,14 @@ }, { "name": "utopia-php/storage", - "version": "0.5.1", + "version": "dev-feat-large-file-support", "source": { "type": "git", - "url": "https://github.com/utopia-php/storage.git", - "reference": "e672aa3fc2a8ba689aff65f68ff29f1d608223b8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/utopia-php/storage/zipball/e672aa3fc2a8ba689aff65f68ff29f1d608223b8", - "reference": "e672aa3fc2a8ba689aff65f68ff29f1d608223b8", - "shasum": "" + "url": "https://github.com/utopia-php/storage", + "reference": "6d82e34bac0b46b55ea781e0499bd1dfcff94160" }, "require": { - "php": ">=7.4", + "php": ">=8.0", "utopia-php/framework": "0.*.*" }, "require-dev": { @@ -2593,7 +2587,11 @@ "Utopia\\Storage\\": "src/Storage" } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "Utopia\\Tests\\": "tests/Storage" + } + }, "license": [ "MIT" ], @@ -2611,11 +2609,7 @@ "upf", "utopia" ], - "support": { - "issues": "https://github.com/utopia-php/storage/issues", - "source": "https://github.com/utopia-php/storage/tree/0.5.1" - }, - "time": "2021-12-13T15:17:14+00:00" + "time": "2021-12-14T07:04:35+00:00" }, { "name": "utopia-php/swoole", @@ -6590,7 +6584,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "utopia-php/storage": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {