CRM-20270 - composer.lock - Fix multibyte warnings by updating ezcMail
authorTim Otten <totten@civicrm.org>
Tue, 14 Mar 2017 21:06:36 +0000 (14:06 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 14 Mar 2017 21:06:36 +0000 (14:06 -0700)
commit8450657bb12f71012edd63de60727687f54f7491
treeb672d3e603bb164f87615fffe1601637e9ab2d58
parent02fe2889dffa95a489e7276c430a6fcdb5088551
CRM-20270 - composer.lock - Fix multibyte warnings by updating ezcMail

On many systems, the test suite outputs a long message which begins with:

```
PHP Warning: declare(encoding=...) ignored because Zend multibyte feature is turned off by settings in /path/to/sites/all/modules/civicrm/vendor/zetacomponents/mail/src/transports/variable/var_set.php on line 2
```

This patch addresses the warning by updating the version of ezcMail (aka `zetacomponents/mail`).  See also:

 * https://github.com/civicrm/zetacomponents-mail/pull/1
 * http://civicrm.stackexchange.com/questions/16314/does-civicrm-have-a-recommended-setting-for-zend-multibyte
composer.lock