-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
32 lines (32 loc) · 868 Bytes
/
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
{
"name": "paspo/export_provisioning",
"type": "roundcube-plugin",
"description": "Lets you export a configuration file for iOS/OSX/WLM.",
"homepage": "https://github.com/paspo/roundcube_export_provisioning",
"keywords": ["export","configuration","settings","ios","roundcube"],
"license": "GPL-2.0",
"version": "1.1.5",
"authors": [
{
"name": "Paolo Asperti",
"email": "[email protected]",
"homepage":"https://github.com/paspo",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "https://packagist.org"
}
],
"require": {
"php": ">=5.3",
"roundcube/plugin-installer": ">=0.1.2"
},
"extra": {
"roundcube": {
"min-version": "1.0"
}
}
}