Browse Source

Fix PHP 5.4 compatibility by using pear-core-minimal 1.10.11 (#9148)

release-1.4
Aleksander Machniak 2 years ago
parent
commit
1e3e457466
  1. 1
      CHANGELOG
  2. 2
      composer.json-dist

1
CHANGELOG

@ -1,6 +1,7 @@
# Changelog Roundcube Webmail
- Fix cross-site scripting (XSS) vulnerability in handling of SVG in HTML messages (#9168)
- Fix PHP 5.4 compatibility by using pear-core-minimal 1.10.11 (#9148)
RELEASE 1.4.14
--------------

2
composer.json-dist

@ -10,7 +10,7 @@
],
"require": {
"php": ">=5.4.0 <8",
"pear/pear-core-minimal": "~1.10.1",
"pear/pear-core-minimal": "1.10.11",
"pear/auth_sasl": "~1.1.0",
"pear/net_idna2": "~0.2.0",
"pear/mail_mime": "~1.10.0",

Loading…
Cancel
Save