[REF][PHP8.1] Apply patches from upstream to ensure league/csv can work on php8.1
authorSeamus Lee <seamuslee001@gmail.com>
Sun, 24 Jul 2022 22:48:37 +0000 (08:48 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Mon, 25 Jul 2022 03:45:10 +0000 (13:45 +1000)
composer.json
composer.lock

index 6dbcbab98ebdb548dd7d63ed942bc3d42e113b97..db34008c15135ca8bdbbcb6c5e8d8e63e3c79bce 100644 (file)
       "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"
       },
+      "league/csv": {
+        "Adding in eol support to fputcsv for php8.1": "https://raw.githubusercontent.com/civicrm/civicrm-core/cacdbfaeaed8e04d504bf2fc604536137c03abeb/tools/scripts/composer/leage_csv_fputcsv.patch",
+        "Remove deprecated flag from php8.1": "https://github.com/thephpleague/csv/commit/380f884922a6cdaaaaab3ad4bfc7d1d710af736e.patch",
+        "Fix php8.1 deprecation errors part 1": "https://github.com/thephpleague/csv/commit/613db0b20157a1114cb1f9a801bd4c9c1f609cdf.patch",
+        "Fix php8.1 deprecation errors part 2": "https://github.com/thephpleague/csv/commit/49e2b08ca025ebaf87a904b5645f535c807b6f10.patch",
+        "Fix php8.1 notice issues part 3": "https://github.com/thephpleague/csv/commit/b83e972caea3cd22e7aaf65c5cffff1d49b46b69.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 8adb9aaddfdc8665b1bd02ec4276fda46e2d1f97..bb71007712b08c85f7978a204fbff4e372f6950a 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": "2b12312ec9937f1286f2fc9c89ab89e6",
+    "content-hash": "d3f9eac4e515b2362f8a91da1cef29f1",
     "packages": [
         {
             "name": "adrienrn/php-mimetyper",