forked from listerr/ap4rc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 872 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
33
34
35
{
"name": "opensuse/ap4rc",
"type": "roundcube-plugin",
"description": "Roundcube plugin to generate and save application specific passwords",
"keywords": ["mail","application","password"],
"homepage": "https://github.com/openSUSE/ap4rc",
"license": "AGPL-3.0 License",
"version": "0.0.1",
"authors": [
{
"name": "darix",
"homepage": "https://github.com/darix"
},
{
"name": "J. Daniel Schmidt",
"homepage": "http://jdsn.de"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.5.0",
"roundcube/plugin-installer": ">=0.2.0"
},
"extra": {
"roundcube": {
"min-version": "1.2",
"sql-dir": "./SQL"
}
}
}