diff --git a/composer.json b/composer.json index cac6ffb8a3..8a358f0562 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "appwrite/php-clamav": "1.1.*", "appwrite/php-runtimes": "0.4.*", - "utopia-php/framework": "0.16.*", + "utopia-php/framework": "dev-feat-chunk-response as 0.16.1", "utopia-php/abuse": "dev-feat-utopia-db-integration", "utopia-php/analytics": "0.2.*", "utopia-php/audit": "dev-feat-utopia-db-integration", @@ -78,6 +78,10 @@ { "type": "git", "url": "https://github.com/utopia-php/storage" + }, + { + "type": "git", + "url": "https://github.com/lohanidamodar/framework" } ], "require-dev": { diff --git a/composer.lock b/composer.lock index 7eecc2254b..86f5a61070 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": "17c1c46d283e4745df9915d082c22078", + "content-hash": "2e33531f9d9a4f1e6de2e09471e28608", "packages": [ { "name": "adhocore/jwt", @@ -2079,17 +2079,11 @@ }, { "name": "utopia-php/framework", - "version": "0.16.1", + "version": "dev-feat-chunk-response", "source": { "type": "git", - "url": "https://github.com/utopia-php/framework.git", - "reference": "e7440b91077ccf2f4f3908fde4f31d177f8ea692" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/utopia-php/framework/zipball/e7440b91077ccf2f4f3908fde4f31d177f8ea692", - "reference": "e7440b91077ccf2f4f3908fde4f31d177f8ea692", - "shasum": "" + "url": "https://github.com/lohanidamodar/framework", + "reference": "d90ef991c78473d662f830d4a8c085600190a868" }, "require": { "php": ">=7.3.0" @@ -2104,7 +2098,6 @@ "Utopia\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -2120,11 +2113,7 @@ "php", "upf" ], - "support": { - "issues": "https://github.com/utopia-php/framework/issues", - "source": "https://github.com/utopia-php/framework/tree/0.16.1" - }, - "time": "2021-07-18T10:59:00+00:00" + "time": "2021-07-19T10:03:06+00:00" }, { "name": "utopia-php/image", @@ -2341,7 +2330,7 @@ "source": { "type": "git", "url": "https://github.com/utopia-php/storage", - "reference": "956ee3dcd523f68f4b13251bd5e21bc88d507be4" + "reference": "0d031ffb159efa78b52db547b3471f228472a1a1" }, "require": { "php": ">=7.4", @@ -2374,7 +2363,7 @@ "upf", "utopia" ], - "time": "2021-07-12T09:43:08+00:00" + "time": "2021-07-19T05:38:11+00:00" }, { "name": "utopia-php/swoole", @@ -2382,12 +2371,12 @@ "source": { "type": "git", "url": "https://github.com/lohanidamodar/swoole", - "reference": "59d85e0e42325220ea50e3aa3fac6e5a36826eca" + "reference": "0efbd9e4cee74def127a7f06a1cda78a479b311b" }, "require": { "ext-swoole": "*", "php": ">=7.4", - "utopia-php/framework": "0.*.*" + "utopia-php/framework": "dev-feat-chunk-response" }, "require-dev": { "phpunit/phpunit": "^9.3", @@ -2419,7 +2408,7 @@ "upf", "utopia" ], - "time": "2021-07-18T05:39:38+00:00" + "time": "2021-07-18T09:01:17+00:00" }, { "name": "utopia-php/system", @@ -6209,9 +6198,17 @@ "time": "2015-12-17T08:42:14+00:00" } ], - "aliases": [], + "aliases": [ + { + "package": "utopia-php/framework", + "version": "dev-feat-chunk-response", + "alias": "0.16.1", + "alias_normalized": "0.16.1.0" + } + ], "minimum-stability": "stable", "stability-flags": { + "utopia-php/framework": 20, "utopia-php/abuse": 20, "utopia-php/audit": 20, "utopia-php/swoole": 20,