43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "roundcube/roundcubemail",
|
|
"description": "The Roundcube Webmail suite",
|
|
"license": "GPL-3.0-or-later",
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://plugins.roundcube.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.3.0",
|
|
"pear/pear-core-minimal": "~1.10.1",
|
|
"pear/auth_sasl": "~1.1.0",
|
|
"pear/mail_mime": "~1.10.0",
|
|
"pear/net_smtp": "~1.10.0",
|
|
"pear/crypt_gpg": "~1.6.3",
|
|
"pear/net_sieve": "~1.4.5",
|
|
"roundcube/plugin-installer": "~0.3.1",
|
|
"roundcube/rtf-html-php": "~2.1",
|
|
"masterminds/html5": "~2.7.0",
|
|
"bacon/bacon-qr-code": "^2.0.0",
|
|
"guzzlehttp/guzzle": "^7.3.0",
|
|
"kolab/net_ldap3": "^1.1",
|
|
"johndoh/contextmenu": "3.3.1",
|
|
"sblaisot/automatic_addressbook": "v0.4.3",
|
|
"roundcube/carddav": "5.1.0",
|
|
"toteph42/identity_switch": "^1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9"
|
|
},
|
|
"suggest": {
|
|
"kolab/net_ldap3": "~1.1.4 required for connecting to LDAP",
|
|
"bjeavons/zxcvbn-php": "^1.0 required for Zxcvbn password strength driver"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"roundcube/plugin-installer": true
|
|
}
|
|
}
|
|
}
|