X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=0a737c6dd99edbeffd7ee266201a53becf06eaba;hb=3f4728dd2964516d90994935386b054e66dbfc2d;hp=92f796929664948572e3cada0e8a4f3c66564840;hpb=8011b900b037435fd9d779de90f2da4867516858;p=civicrm-core.git diff --git a/composer.json b/composer.json index 92f7969296..0a737c6dd9 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "require": { "php": "~7.1", "cache/integration-tests": "~0.16.0", - "dompdf/dompdf" : "0.8.*", + "dompdf/dompdf" : "~0.8", "electrolinux/phpquery": "^0.9.6", "symfony/config": "~3.0 || ~4.4", "symfony/polyfill-iconv": "~1.0", @@ -77,7 +77,8 @@ "xkerman/restricted-unserialize": "~1.1", "typo3/phar-stream-wrapper": "^2 || ^3.0", "brick/money": "~0.4", - "ext-intl": "*" + "ext-intl": "*", + "pear/mail_mime": "~1.10" }, "scripts": { "post-install-cmd": [ @@ -253,6 +254,9 @@ "pear/mail": { "Apply CiviCRM Customisations for CRM-1367 and CRM-5946": "https://raw.githubusercontent.com/civicrm/civicrm-core/36319938a5bf26c1e7e2110a26a65db6a5979268/tools/scripts/composer/patches/pear-mail.patch" }, + "pear/mail_mime": { + "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" + }, "pear/net_smtp": { "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" },