-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1.02 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "roundcube/roundcubemail",
"description": "The Roundcube Webmail suite",
"license": "GPL-3.0+",
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=7.3.0",
"pear/pear-core-minimal": "1.10.15",
"pear/auth_sasl": "1.2.0",
"pear/mail_mime": "1.10.12",
"pear/net_smtp": "1.12.1",
"pear/crypt_gpg": "1.6.9",
"pear/net_sieve": "1.4.7",
"roundcube/plugin-installer": "0.3.8",
"roundcube/rtf-html-php": "2.2",
"masterminds/html5": "2.9.0",
"bacon/bacon-qr-code": "2.0.8",
"guzzlehttp/guzzle": "7.9.2",
"johndoh/contextmenu": "3.3.1",
"kitist/html5_notifier": "0.6.4",
"ralouphie/getallheaders": "3.0.3",
"roundcube/carddav": "4.4.6",
"symfony/deprecation-contracts": "3.5.0"
},
"config": {
"allow-plugins": {
"roundcube/plugin-installer": true
}
}
}