-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 841 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 841 Bytes
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": "san4op/cloud_button",
"type": "roundcube-plugin",
"description": "Plugin to add button in taskbar to open cloud storage.",
"keywords": ["button","cloud","taskbar"],
"homepage": "https://github.com/san4op/roundcube_cloud_button",
"license": "GPL-3.0",
"version": "1.0.2",
"authors": [
{
"name": "Alexander Pushkin",
"email": "san4op@icloud.com",
"homepage": "https://github.com/san4op",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
},
"extra": {
"roundcube": {
"min-version": "1.0.0"
}
}
}