dev/core#4014 add ext-fileinto php extension to composer
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 5 Dec 2022 20:07:54 +0000 (09:07 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 5 Dec 2022 20:07:54 +0000 (09:07 +1300)
composer.json
composer.lock

index 16ecad28a41fd88603bd4f2c0f20cb163e13d1ad..b0949dd2bfd6004e03de5d915e0a4dbaad4f5425 100644 (file)
     "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": [
index 6dcf98c24479440091f8d91451f5466faa72a4e9..8421ce8494082380517d1627c349f304a4eb4f61 100644 (file)
@@ -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",
         "php": "~7.2.5 || ~7.3 || ~8",
         "composer-runtime-api": "~2.0",
         "ext-intl": "*",
-        "ext-json": "*"
+        "ext-json": "*",
+        "ext-fileinfo": "*"
     },
     "platform-dev": [],
     "platform-overrides": {