From 04578bc7edc7833e57b9b836b1dff5ef6495909a Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 20 Feb 2023 14:48:06 +0100 Subject: [PATCH] chore(deps): Declare ext-openssl as required Signed-off-by: Christoph Wurst --- composer.json | 1 + composer.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2bd3a122cf4..4a58833c996 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,7 @@ "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", + "ext-openssl": "*", "ext-pdo": "*", "ext-simplexml": "*", "ext-xmlreader": "*", diff --git a/composer.lock b/composer.lock index 917dfeab9c9..d9f6abcb6ca 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": "c30ab0b39c073da15c133396d55da957", + "content-hash": "503972be0f0c78458677d4c4e4e8a486", "packages": [], "packages-dev": [ { @@ -75,6 +75,7 @@ "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", + "ext-openssl": "*", "ext-pdo": "*", "ext-simplexml": "*", "ext-xmlreader": "*",