From 370b4f426787a1283c6b8abce4d43ba4787c61b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Cailly?= Date: Thu, 30 Nov 2023 15:01:39 +0100 Subject: [PATCH] feat(composer.json): add ext-hash to required PHP extensions --- composer.json | 1 + composer.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 867fb4e2fa4a..14a455738867 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "ext-fileinfo": "*", "ext-filter": "*", "ext-gd": "*", + "ext-hash": "*", "ext-iconv": "*", "ext-intl": "*", "ext-json": "*", diff --git a/composer.lock b/composer.lock index 80fa11b4cb0e..f79c85ce8100 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": "1011564104164741d6416219c856186c", + "content-hash": "68e7f32d0a9de57a90681bb280119240", "packages": [ { "name": "brick/math", @@ -6316,6 +6316,7 @@ "ext-fileinfo": "*", "ext-filter": "*", "ext-gd": "*", + "ext-hash": "*", "ext-iconv": "*", "ext-intl": "*", "ext-json": "*",