Explicitly require pear-core-minimal (#5319)

pull/5754/head
Aleksander Machniak 8 years ago
parent 75e136f28e
commit 58c1e092fc

@ -16,7 +16,7 @@ REQUIREMENTS
- PHP PDO with driver for either MySQL, PostgreSQL, SQL Server, Oracle or SQLite (required)
- Libiconv, Zip, Fileinfo, Intl, Exif (recommended)
- LDAP for LDAP addressbook support (optional)
* PEAR packages distributed with Roundcube or external:
* PEAR and PEAR packages distributed with Roundcube or external:
- Mail_Mime 1.10.0 or newer
- Net_SMTP 1.7.1 or newer
- Net_Socket 1.0.12 or newer

@ -22,6 +22,7 @@
],
"require": {
"php": ">=5.3.7",
"pear/pear-core-minimal": "~1.10.1",
"roundcube/plugin-installer": "~0.1.6",
"pear-pear.php.net/net_socket": "~1.0.12",
"pear-pear.php.net/auth_sasl": "~1.0.6",

Loading…
Cancel
Save