X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=ba0231e275fe0d79eaec370f0313e1cd068d2e16;hb=f00f7ab0cdde4330157c37098292294494409413;hp=c59ca8842c32a16f9e3d1e47834fdb721bc66517;hpb=c36e958600d7f6c44cabfc75350f46c42c27766e;p=civicrm-core.git diff --git a/composer.json b/composer.json index c59ca8842c..ba0231e275 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ "pear/validate_finance_creditcard": "0.7.0", "civicrm/civicrm-cxn-rpc": "~0.20.12.01 || ~0.19.01.10", "pear/auth_sasl": "1.1.0", - "pear/net_smtp": "1.9.*", + "pear/net_smtp": "1.10.*", "pear/net_socket": "1.0.*", "pear/mail": "^1.4", "guzzlehttp/guzzle": "^6.3 || ^7.3", @@ -94,6 +94,10 @@ "ezyang/htmlpurifier": "^4.13", "phpoffice/phpspreadsheet": "^1.18", "symfony/polyfill-php73": "^1.23", + "symfony/polyfill-php74": "^1.0", + "symfony/polyfill-php80": "^1.0", + "symfony/polyfill-php81": "^1.0", + "symfony/polyfill-php82": "^1.0", "html2text/html2text": "^4.3.1" }, "scripts": { @@ -280,6 +284,7 @@ "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" }, "pear/db": { + "Apply patch to ensure that MySQLI reporting remains the same in php8.1": "https://patch-diff.githubusercontent.com/raw/pear/DB/pull/13.patch", "Apply CiviCRM Customisations for the pear:db package": "https://raw.githubusercontent.com/civicrm/civicrm-core/2ad420c394/tools/scripts/composer/pear_db_civicrm_changes.patch" }, "pear/mail": {