From b28d10ad65193defa5d55a0e3aae5ccbc2b87681 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 3 Aug 2022 04:41:48 +0000 Subject: [PATCH] upgrade framework --- composer.json | 2 +- composer.lock | 25 ++++++++----------------- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 65ae9d60b4..31341f9018 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "ext-sockets": "*", "appwrite/php-clamav": "1.1.*", "appwrite/php-runtimes": "0.10.*", - "utopia-php/framework": "dev-master as 0.19.21", + "utopia-php/framework": "0.20.*", "utopia-php/logger": "0.3.*", "utopia-php/abuse": "0.7.*", "utopia-php/analytics": "0.2.*", diff --git a/composer.lock b/composer.lock index b94d95b84a..8188b14fac 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": "39572e8195342eb83dd40d12314f2e6c", + "content-hash": "4f3868304dc2774906290ca8d36b0d06", "packages": [ { "name": "adhocore/jwt", @@ -2169,7 +2169,7 @@ }, { "name": "utopia-php/framework", - "version": "dev-master", + "version": "0.20.0", "source": { "type": "git", "url": "https://github.com/utopia-php/framework.git", @@ -2188,7 +2188,6 @@ "phpunit/phpunit": "^9.5.10", "vimeo/psalm": "4.13.1" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -2213,7 +2212,7 @@ ], "support": { "issues": "https://github.com/utopia-php/framework/issues", - "source": "https://github.com/utopia-php/framework/tree/master" + "source": "https://github.com/utopia-php/framework/tree/0.20.0" }, "time": "2022-07-30T09:55:28+00:00" }, @@ -2447,14 +2446,14 @@ "source": { "type": "git", "url": "https://github.com/utopia-php/platform.git", - "reference": "9d5fd12dfa1b3932313362a90ffafd5467525be0" + "reference": "cc41247d0636648ba854afba8ebf68be441cfd1b" }, "require": { "ext-json": "*", "ext-redis": "*", "php": ">=8.0", "utopia-php/cli": "0.13.*", - "utopia-php/framework": "dev-master as 0.19.21" + "utopia-php/framework": "0.20.*" }, "require-dev": { "phpunit/phpunit": "^9.3", @@ -2499,7 +2498,7 @@ "upf", "utopia" ], - "time": "2022-08-01T06:39:29+00:00" + "time": "2022-08-03T04:41:22+00:00" }, { "name": "utopia-php/preloader", @@ -5407,17 +5406,9 @@ "time": "2022-05-17T05:48:52+00:00" } ], - "aliases": [ - { - "package": "utopia-php/framework", - "version": "9999999-dev", - "alias": "0.19.21", - "alias_normalized": "0.19.21.0" - } - ], + "aliases": [], "minimum-stability": "stable", "stability-flags": { - "utopia-php/framework": 20, "utopia-php/platform": 20 }, "prefer-stable": false, @@ -5441,5 +5432,5 @@ "platform-overrides": { "php": "8.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.2.0" }