From 5583d946e73a1bb3370399a80def583d16b1b690 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Fri, 2 Jul 2021 16:25:48 +0545 Subject: [PATCH] runtime upgrade --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 8d5376a6d..da9594f4c 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "ext-sockets": "*", "appwrite/php-clamav": "1.1.*", - "appwrite/php-runtimes": "0.3.*", + "appwrite/php-runtimes": "0.4.*", "utopia-php/framework": "0.14.*", "utopia-php/abuse": "0.5.*", diff --git a/composer.lock b/composer.lock index 301fde319..740a55cc4 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": "b30bdf7eb1369ae7f2f742e2f30055ae", + "content-hash": "8133b7af84411021118804b9d174b9d5", "packages": [ { "name": "adhocore/jwt", @@ -115,16 +115,16 @@ }, { "name": "appwrite/php-runtimes", - "version": "0.3.0", + "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/appwrite/php-runtimes.git", - "reference": "39be003cdff22c8447de151921001eb5d3bf2319" + "reference": "cc7090a67d8824c779190b38873f0f8154f906b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/appwrite/php-runtimes/zipball/39be003cdff22c8447de151921001eb5d3bf2319", - "reference": "39be003cdff22c8447de151921001eb5d3bf2319", + "url": "https://api.github.com/repos/appwrite/php-runtimes/zipball/cc7090a67d8824c779190b38873f0f8154f906b2", + "reference": "cc7090a67d8824c779190b38873f0f8154f906b2", "shasum": "" }, "require": { @@ -144,7 +144,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3" + "BSD-3-Clause" ], "authors": [ { @@ -164,9 +164,9 @@ ], "support": { "issues": "https://github.com/appwrite/php-runtimes/issues", - "source": "https://github.com/appwrite/php-runtimes/tree/0.3.0" + "source": "https://github.com/appwrite/php-runtimes/tree/0.4.0" }, - "time": "2021-06-15T07:52:43+00:00" + "time": "2021-06-23T07:17:12+00:00" }, { "name": "chillerlan/php-qrcode",