[REF][PHP8.2] Apply PR patch to mimetyper to fix deprecated dynamic property
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 14 Jul 2023 02:51:43 +0000 (12:51 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 14 Jul 2023 02:51:43 +0000 (12:51 +1000)
composer.json
composer.lock

index 3c1eb851922a64c13f8794025e0ed182b7b882e3..9403263547499c9202818c7d09d589f9d445279b 100644 (file)
     },
     "patches": {
       "adrienrn/php-mimetyper": {
-        "Update gitignore to ensure that sites that manage via git don't miss out on the important db.json file": "https://patch-diff.githubusercontent.com/raw/adrienrn/php-mimetyper/pull/15.patch"
+        "Update gitignore to ensure that sites that manage via git don't miss out on the important db.json file": "https://patch-diff.githubusercontent.com/raw/adrienrn/php-mimetyper/pull/15.patch",
+        "Apply patch to fix php8.2 deprecation notice on dynamic property $filename": "https://patch-diff.githubusercontent.com/raw/adrienrn/php-mimetyper/pull/17.patch"
       },
       "html2text/html2text": {
         "Fix deprecation warning in php8.1 on html_entity_decode": "https://raw.githubusercontent.com/civicrm/civicrm-core/e758d20e9f613ca6c4cf652c23d2cd7e5d3af3ce/tools/scripts/composer/html2text_html2_text_php81_deprecation.patch"
index 5ecb51d70fc293d0b5b943239cacb9b2bcd2a261..c567651f080c176f0ba5611e692cdc6c79e82dbe 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": "d4769b4b0e2f12a788978d616edb74b1",
+    "content-hash": "ed6c7efbc6ca47fc573d6e59234dcfdb",
     "packages": [
         {
             "name": "adrienrn/php-mimetyper",
     "platform-overrides": {
         "php": "7.3.0"
     },
-    "plugin-api-version": "2.2.0"
+    "plugin-api-version": "2.3.0"
 }