From deece86bca2213bf09484a872261da04006e6ae2 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 15 Mar 2022 22:16:38 -0700 Subject: [PATCH] composer.json - Define "allow-plugins" for compatibility --- composer.json | 5 + composer.lock | 387 +++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 313 insertions(+), 79 deletions(-) diff --git a/composer.json b/composer.json index 3450c57ca2..3acee5aeef 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,11 @@ "config": { "platform": { "php": "7.2" + }, + "allow-plugins": { + "cweagans/composer-patches": true, + "civicrm/composer-compile-plugin": true, + "civicrm/composer-downloads-plugin": true } }, "require": { diff --git a/composer.lock b/composer.lock index 6078fc31cd..c169c9a0fb 100644 --- a/composer.lock +++ b/composer.lock @@ -24,11 +24,6 @@ "dflydev/apache-mime-types": "^1.0" }, "type": "library", - "extra": { - "patches_applied": { - "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" - } - }, "autoload": { "psr-4": { "MimeTyper\\": "src/" @@ -45,6 +40,10 @@ } ], "description": "PHP mime type and extension mapping library: compatible with Symfony, powered by jshttp/mime-db", + "support": { + "issues": "https://github.com/adrienrn/php-mimetyper/issues", + "source": "https://github.com/adrienrn/php-mimetyper/tree/0.2.2" + }, "time": "2018-09-27T09:45:05+00:00" }, { @@ -91,6 +90,10 @@ "brick", "math" ], + "support": { + "issues": "https://github.com/brick/math/issues", + "source": "https://github.com/brick/math/tree/0.9.2" + }, "funding": [ { "url": "https://tidelift.com/funding/github/packagist/brick/math", @@ -220,6 +223,10 @@ "psr6", "test" ], + "support": { + "issues": "https://github.com/php-cache/integration-tests/issues", + "source": "https://github.com/php-cache/integration-tests/tree/0.17.0" + }, "time": "2020-11-03T12:52:23+00:00" }, { @@ -275,6 +282,10 @@ "psr6", "tag" ], + "support": { + "issues": "https://github.com/php-cache/tag-interop/issues", + "source": "https://github.com/php-cache/tag-interop/tree/master" + }, "time": "2017-03-13T09:14:27+00:00" }, { @@ -312,6 +323,10 @@ } ], "description": "RPC library for CiviConnect", + "support": { + "issues": "https://github.com/civicrm/civicrm-cxn-rpc/issues", + "source": "https://github.com/civicrm/civicrm-cxn-rpc/tree/v0.20.12.01" + }, "time": "2020-12-16T02:35:45+00:00" }, { @@ -375,6 +390,10 @@ } ], "description": "Small library of compilation helpers", + "support": { + "issues": "https://github.com/civicrm/composer-compile-lib/issues", + "source": "https://github.com/civicrm/composer-compile-lib/tree/v0.3" + }, "time": "2020-10-03T00:11:18+00:00" }, { @@ -420,6 +439,10 @@ } ], "description": "Define a 'compile' event for all packages in the dependency-graph", + "support": { + "issues": "https://github.com/civicrm/composer-compile-plugin/issues", + "source": "https://github.com/civicrm/composer-compile-plugin/tree/v0.15" + }, "time": "2021-01-13T05:12:30+00:00" }, { @@ -471,6 +494,9 @@ } ], "description": "Composer plugin for downloading additional files within any composer package.", + "support": { + "source": "https://github.com/civicrm/composer-downloads-plugin/tree/v3.0.1" + }, "time": "2020-11-02T05:26:23+00:00" }, { @@ -515,6 +541,10 @@ } ], "description": "Provides a way to patch Composer packages.", + "support": { + "issues": "https://github.com/cweagans/composer-patches/issues", + "source": "https://github.com/cweagans/composer-patches/tree/1.7.0" + }, "time": "2020-09-30T17:56:20+00:00" }, { @@ -570,6 +600,10 @@ "mime", "mimetypes" ], + "support": { + "issues": "https://github.com/dflydev/dflydev-apache-mime-types/issues", + "source": "https://github.com/dflydev/dflydev-apache-mime-types/tree/v1.0.1" + }, "time": "2013-05-14T02:02:01+00:00" }, { @@ -659,11 +693,6 @@ "shasum": "" }, "type": "library", - "extra": { - "patches_applied": { - "PHP7.4 Fix for array access using {} instead of []": "https://raw.githubusercontent.com/civicrm/civicrm-core/fe45bdfc4f3e3d3deb27e3d853cdbc7f616620a9/tools/scripts/composer/patches/php74_array_access_fix_phpquery.patch" - } - }, "autoload": { "classmap": [ "phpQuery/" @@ -687,6 +716,9 @@ ], "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library", "homepage": "http://code.google.com/p/phpquery/", + "support": { + "source": "https://github.com/electrolinux/phpquery/tree/0.9.6" + }, "time": "2013-03-21T12:39:33+00:00" }, { @@ -711,12 +743,12 @@ }, "type": "library", "autoload": { - "psr-0": { - "HTMLPurifier": "library/" - }, "files": [ "library/HTMLPurifier.composer.php" ], + "psr-0": { + "HTMLPurifier": "library/" + }, "exclude-from-classmap": [ "/library/HTMLPurifier/Language/" ] @@ -791,6 +823,10 @@ "jwt", "php" ], + "support": { + "issues": "https://github.com/firebase/php-jwt/issues", + "source": "https://github.com/firebase/php-jwt/tree/v5.2.1" + }, "time": "2021-02-12T00:02:00+00:00" }, { @@ -829,12 +865,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -858,6 +894,10 @@ "rest", "web service" ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/6.5" + }, "time": "2020-05-25T19:35:05+00:00" }, { @@ -887,12 +927,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -909,6 +949,10 @@ "keywords": [ "promise" ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/master" + }, "time": "2016-12-20T10:07:11+00:00" }, { @@ -947,12 +991,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -980,6 +1024,10 @@ "uri", "url" ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.6.1" + }, "time": "2019-07-01T23:21:34+00:00" }, { @@ -1135,12 +1183,12 @@ } }, "autoload": { - "psr-4": { - "League\\Csv\\": "src" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "League\\Csv\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1164,6 +1212,13 @@ "read", "write" ], + "support": { + "docs": "https://csv.thephpleague.com", + "forum": "https://groups.google.com/forum/#!forum/thephpleague", + "issues": "https://github.com/thephpleague/csv/issues", + "rss": "https://github.com/thephpleague/csv/releases.atom", + "source": "https://github.com/thephpleague/csv" + }, "time": "2019-06-07T06:24:33+00:00" }, { @@ -1230,6 +1285,10 @@ "oauth2", "single sign on" ], + "support": { + "issues": "https://github.com/thephpleague/oauth2-client/issues", + "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.0" + }, "time": "2020-10-28T02:03:40+00:00" }, { @@ -1281,6 +1340,10 @@ "oauth", "oauth2" ], + "support": { + "issues": "https://github.com/thephpleague/oauth2-google/issues", + "source": "https://github.com/thephpleague/oauth2-google/tree/3.0.3" + }, "time": "2020-07-24T15:16:12+00:00" }, { @@ -1399,6 +1462,10 @@ "topological sort", "topsort" ], + "support": { + "issues": "https://github.com/marcj/topsort.php/issues", + "source": "https://github.com/marcj/topsort.php/tree/1.1.0" + }, "time": "2016-11-19T14:58:11+00:00" }, { @@ -1426,9 +1493,6 @@ }, "type": "library", "autoload": { - "psr-4": { - "Complex\\": "classes/src/" - }, "files": [ "classes/src/functions/abs.php", "classes/src/functions/acos.php", @@ -1472,7 +1536,10 @@ "classes/src/operations/multiply.php", "classes/src/operations/divideby.php", "classes/src/operations/divideinto.php" - ] + ], + "psr-4": { + "Complex\\": "classes/src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1525,9 +1592,6 @@ }, "type": "library", "autoload": { - "psr-4": { - "Matrix\\": "classes/src/" - }, "files": [ "classes/src/Functions/adjoint.php", "classes/src/Functions/antidiagonal.php", @@ -1545,7 +1609,10 @@ "classes/src/Operations/multiply.php", "classes/src/Operations/divideby.php", "classes/src/Operations/divideinto.php" - ] + ], + "psr-4": { + "Matrix\\": "classes/src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1663,6 +1730,10 @@ } ], "description": "CSS Autoprefixer written in pure PHP.", + "support": { + "issues": "https://github.com/padaliyajay/php-autoprefixer/issues", + "source": "https://github.com/padaliyajay/php-autoprefixer/tree/1.3" + }, "time": "2019-11-26T09:55:37+00:00" }, { @@ -1708,6 +1779,11 @@ "pseudorandom", "random" ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/random_compat/issues", + "source": "https://github.com/paragonie/random_compat" + }, "time": "2020-10-15T08:29:30+00:00" }, { @@ -1761,6 +1837,10 @@ } ], "description": "Abstraction of various SASL mechanism responses", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Auth_SASL", + "source": "https://github.com/pear/Auth_SASL" + }, "time": "2017-03-07T14:37:05+00:00" }, { @@ -1808,6 +1888,10 @@ } ], "description": "More info available on: http://pear.php.net/package/Console_Getopt", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt", + "source": "https://github.com/pear/Console_Getopt" + }, "time": "2015-07-20T20:28:12+00:00" }, { @@ -1954,11 +2038,6 @@ "pear/net_smtp": "Install optionally via your project's composer.json" }, "type": "library", - "extra": { - "patches_applied": { - "Apply CiviCRM Customisations for CRM-1367 and CRM-5946": "https://raw.githubusercontent.com/civicrm/civicrm-core/36319938a5bf26c1e7e2110a26a65db6a5979268/tools/scripts/composer/patches/pear-mail.patch" - } - }, "autoload": { "psr-0": { "Mail": "./" @@ -1990,6 +2069,10 @@ ], "description": "Class that provides multiple interfaces for sending emails.", "homepage": "http://pear.php.net/package/Mail", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail", + "source": "https://github.com/pear/Mail" + }, "time": "2017-04-11T17:27:29+00:00" }, { @@ -2010,11 +2093,6 @@ "pear/pear-core-minimal": "*" }, "type": "library", - "extra": { - "patches_applied": { - "Apply patch for CRM-3133 wordwrap body to be 750 characters to apply with RFC 2821": "https://raw.githubusercontent.com/civicrm/civicrm-core/74e25f27bb3be32519657539afe8a285c6c99a08/tools/scripts/composer/patches/mail_mime_crm_3133.patch" - } - }, "autoload": { "psr-0": { "Mail": "./" @@ -2041,6 +2119,10 @@ ], "description": "Mail_Mime provides classes to create MIME messages", "homepage": "http://pear.php.net/package/Mail_Mime", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail_Mime", + "source": "https://github.com/pear/Mail_Mime" + }, "time": "2020-06-27T08:35:27+00:00" }, { @@ -2069,11 +2151,6 @@ "pear/auth_sasl": "Install optionally via your project's composer.json" }, "type": "library", - "extra": { - "patches_applied": { - "Add in CiviCRM custom error message for CRM-8744": "https://raw.githubusercontent.com/civicrm/civicrm-core/a6a0ff13d2a155ad962529595dceaef728116f96/tools/scripts/composer/patches/net-smtp-patch.patch" - } - }, "autoload": { "psr-0": { "Net": "./" @@ -2106,6 +2183,10 @@ "mail", "smtp" ], + "support": { + "issues": "https://github.com/pear/Net_SMTP/issues", + "source": "https://github.com/pear/Net_SMTP" + }, "time": "2019-11-30T23:40:31+00:00" }, { @@ -2159,6 +2240,10 @@ } ], "description": "More info available on: http://pear.php.net/package/Net_Socket", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Socket", + "source": "https://github.com/pear/Net_Socket" + }, "time": "2014-02-20T19:27:06+00:00" }, { @@ -2203,6 +2288,10 @@ } ], "description": "Minimal set of PEAR core files to be used as composer dependency", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", + "source": "https://github.com/pear/pear-core-minimal" + }, "time": "2018-12-05T20:03:52+00:00" }, { @@ -2258,6 +2347,10 @@ "keywords": [ "exception" ], + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception", + "source": "https://github.com/pear/PEAR_Exception" + }, "time": "2019-12-10T10:24:42+00:00" }, { @@ -2343,6 +2436,10 @@ ], "description": "A library to read, parse, export and make subsets of different types of font files.", "homepage": "https://github.com/PhenX/php-font-lib", + "support": { + "issues": "https://github.com/PhenX/php-font-lib/issues", + "source": "https://github.com/PhenX/php-font-lib/tree/0.5.2" + }, "time": "2020-03-08T15:31:32+00:00" }, { @@ -2383,6 +2480,10 @@ ], "description": "A library to read, parse and export to PDF SVG files.", "homepage": "https://github.com/PhenX/php-svg-lib", + "support": { + "issues": "https://github.com/PhenX/php-svg-lib/issues", + "source": "https://github.com/PhenX/php-svg-lib/tree/master" + }, "time": "2019-09-11T20:02:13+00:00" }, { @@ -2690,6 +2791,10 @@ "x.509", "x509" ], + "support": { + "issues": "https://github.com/phpseclib/phpseclib/issues", + "source": "https://github.com/phpseclib/phpseclib/tree/2.0.31" + }, "funding": [ { "url": "https://github.com/terrafrost", @@ -2750,6 +2855,9 @@ "psr", "psr-6" ], + "support": { + "source": "https://github.com/php-fig/cache/tree/master" + }, "time": "2016-08-06T20:24:11+00:00" }, { @@ -2799,6 +2907,10 @@ "container-interop", "psr" ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/master" + }, "time": "2017-02-14T16:28:37+00:00" }, { @@ -2956,6 +3068,9 @@ "request", "response" ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, "time": "2016-08-06T14:39:51+00:00" }, { @@ -3003,6 +3118,9 @@ "psr", "psr-3" ], + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.3" + }, "time": "2020-03-23T09:12:05+00:00" }, { @@ -3051,6 +3169,9 @@ "psr-16", "simple-cache" ], + "support": { + "source": "https://github.com/php-fig/simple-cache/tree/master" + }, "time": "2017-10-23T01:57:42+00:00" }, { @@ -3091,6 +3212,10 @@ } ], "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, "time": "2019-03-08T08:55:37+00:00" }, { @@ -3136,6 +3261,10 @@ "parser", "stylesheet" ], + "support": { + "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", + "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1" + }, "time": "2020-06-01T09:10:00+00:00" }, { @@ -3198,6 +3327,10 @@ "scss", "stylesheet" ], + "support": { + "issues": "https://github.com/scssphp/scssphp/issues", + "source": "https://github.com/scssphp/scssphp/tree/1.2.1" + }, "time": "2020-09-07T21:15:42+00:00" }, { @@ -3585,12 +3718,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3614,6 +3747,23 @@ "polyfill", "portable" ], + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.17.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], "time": "2020-05-12T16:14:59+00:00" }, { @@ -3643,12 +3793,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Iconv\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Iconv\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3673,6 +3823,23 @@ "portable", "shim" ], + "support": { + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.17.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], "time": "2020-05-12T16:47:27+00:00" }, { @@ -3704,12 +3871,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3735,6 +3902,23 @@ "portable", "shim" ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/master" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], "time": "2020-05-12T16:47:27+00:00" }, { @@ -3764,12 +3948,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3794,6 +3978,9 @@ "portable", "shim" ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.17.0" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -3834,12 +4021,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3863,6 +4050,23 @@ "portable", "shim" ], + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/master" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], "time": "2020-05-12T16:47:27+00:00" }, { @@ -4110,6 +4314,10 @@ "MIT" ], "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files", + "support": { + "issues": "https://github.com/TOGoS/PHPGitIgnore/issues", + "source": "https://github.com/TOGoS/PHPGitIgnore/tree/master" + }, "time": "2019-04-19T19:16:58+00:00" }, { @@ -4147,6 +4355,10 @@ ], "description": "Default configuration for certificate authorities", "homepage": "https://github.com/totten/ca_config", + "support": { + "issues": "https://github.com/totten/ca_config/issues", + "source": "https://github.com/totten/ca_config/tree/master" + }, "time": "2017-05-10T20:08:17+00:00" }, { @@ -4207,6 +4419,9 @@ "resource", "watching" ], + "support": { + "source": "https://github.com/totten/Lurker/tree/1.3.0" + }, "time": "2020-09-01T10:01:01+00:00" }, { @@ -4297,6 +4512,10 @@ "minify", "yui" ], + "support": { + "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues", + "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port" + }, "time": "2018-01-15T15:26:51+00:00" }, { @@ -4347,6 +4566,10 @@ "security", "stream-wrapper" ], + "support": { + "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues", + "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/master" + }, "time": "2019-12-10T11:53:27+00:00" }, { @@ -4398,6 +4621,10 @@ "deserialize", "unserialize" ], + "support": { + "issues": "https://github.com/xKerman/restricted-unserialize/issues", + "source": "https://github.com/xKerman/restricted-unserialize/tree/1.1.12" + }, "time": "2019-08-11T00:04:39+00:00" }, { @@ -4462,6 +4689,10 @@ ], "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.", "homepage": "https://github.com/zetacomponents", + "support": { + "issues": "https://github.com/zetacomponents/Base/issues", + "source": "https://github.com/zetacomponents/Base/tree/1.9.1" + }, "time": "2017-11-28T11:30:00+00:00" }, { @@ -4486,12 +4717,6 @@ "zetacomponents/unit-test": "*" }, "type": "library", - "extra": { - "patches_applied": { - "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch", - "Allow single quotes to be used in return path": "https://github.com/zetacomponents/Mail/pull/86.patch" - } - }, "autoload": { "classmap": [ "src" @@ -4544,6 +4769,10 @@ ], "description": "The component allows you construct and/or parse Mail messages conforming to the mail standard. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to retrieve e-mail.", "homepage": "https://github.com/zetacomponents", + "support": { + "issues": "https://github.com/zetacomponents/Mail/issues", + "source": "https://github.com/zetacomponents/Mail/tree/1.9.2" + }, "time": "2020-06-13T12:38:26+00:00" } ], @@ -4562,5 +4791,5 @@ "platform-overrides": { "php": "7.2" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.2.0" } -- 2.25.1