From bc1d9ddb198f6824aa628d59991b74e9961edbf8 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 6 Dec 2022 09:07:54 +1300 Subject: [PATCH] dev/core#4014 add ext-fileinto php extension to composer --- composer.json | 3 ++- composer.lock | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 16ecad28a4..b0949dd2bf 100644 --- a/composer.json +++ b/composer.json @@ -104,7 +104,8 @@ "symfony/polyfill-php81": "^1.0", "symfony/polyfill-php82": "^1.0", "html2text/html2text": "^4.3.1", - "psr/container": "~1.0" + "psr/container": "~1.0", + "ext-fileinfo": "*" }, "scripts": { "post-install-cmd": [ diff --git a/composer.lock b/composer.lock index 6dcf98c244..8421ce8494 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": "11f1e08bb3ad215b65446c4edfc8c7be", + "content-hash": "ea291fe135ab61b48ff4ca909c2d85de", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -5740,7 +5740,8 @@ "php": "~7.2.5 || ~7.3 || ~8", "composer-runtime-api": "~2.0", "ext-intl": "*", - "ext-json": "*" + "ext-json": "*", + "ext-fileinfo": "*" }, "platform-dev": [], "platform-overrides": { -- 2.25.1