From a2b947b22026a368da18d414ded84c0f53ea4270 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 31 Dec 2021 09:25:24 +0200 Subject: [PATCH 1/2] Update runtimes lib --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 778756ca3..590d207c9 100644 --- a/composer.lock +++ b/composer.lock @@ -115,16 +115,16 @@ }, { "name": "appwrite/php-runtimes", - "version": "0.6.1", + "version": "0.6.2", "source": { "type": "git", "url": "https://github.com/appwrite/php-runtimes.git", - "reference": "a42434de2fbd60818244c1a9b2ac0429ad0ef9ee" + "reference": "33e087933f4353b1b3aad8d00e32ef82af18a292" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/appwrite/php-runtimes/zipball/a42434de2fbd60818244c1a9b2ac0429ad0ef9ee", - "reference": "a42434de2fbd60818244c1a9b2ac0429ad0ef9ee", + "url": "https://api.github.com/repos/appwrite/php-runtimes/zipball/33e087933f4353b1b3aad8d00e32ef82af18a292", + "reference": "33e087933f4353b1b3aad8d00e32ef82af18a292", "shasum": "" }, "require": { @@ -164,9 +164,9 @@ ], "support": { "issues": "https://github.com/appwrite/php-runtimes/issues", - "source": "https://github.com/appwrite/php-runtimes/tree/0.6.1" + "source": "https://github.com/appwrite/php-runtimes/tree/0.6.2" }, - "time": "2021-10-21T11:32:25+00:00" + "time": "2021-12-31T07:16:48+00:00" }, { "name": "chillerlan/php-qrcode", @@ -6520,5 +6520,5 @@ "platform-overrides": { "php": "8.0" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.0.0" } From 88a4b2366db3a52fd7185c9d4ee7c75d7196d8c3 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 31 Dec 2021 09:28:41 +0200 Subject: [PATCH 2/2] Updated change log --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 536eb247b..d724ab0d0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,6 +24,8 @@ - Deno 1.12 - Deno 1.13 - Deno 1.14 + - PHP 8.1 + - Node 17 - Added translations: - German `de` by @SoftCreatR in https://github.com/appwrite/appwrite/pull/1790 - Hebrew `he` by @Kokoden in https://github.com/appwrite/appwrite/pull/1846