forked from corbosman/dovecot_ident
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 858 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
{
"name": "cor/dovecot-ident",
"type": "roundcube-plugin",
"description": "Log client ip number instead of webserver ip number on the dovecot imap server",
"keywords": [
"dovecot",
"ident"
],
"homepage": "https://github.com/corbosman/ident",
"license": "GPL-2.0",
"authors": [
{
"name": "Cor Bosman",
"email": "[email protected]",
"homepage": "http://underwa.ter.net",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/corbosman/ident/issues"
},
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}