forked from toteph42/ident_switch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 882 Bytes
/
composer.json
File metadata and controls
41 lines (41 loc) · 882 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
33
34
35
36
37
38
39
40
41
{
"name" : "toteph42/ident_switch",
"type" : "roundcube-plugin",
"description" : "This plugin allows users to switch between different accounts (including remote) in single Roundcube session.",
"homepage" : "https://bitbucket.org/BoresExpress/ident_switch",
"keywords" : [
"identity",
"imap",
"mail",
"switch"
],
"license" : "GPL-3.0+",
"authors" : [{
"name" : "Boris Gulay",
"email" : "boris@gulay.name",
"role" : "Developer"
}
],
"repositories" : [{
"type" : "composer",
"url" : "http://plugins.roundcube.net"
}
],
"require" : {
"php" : ">=5.3.0",
"roundcube/plugin-installer" : ">=0.1.3",
"ext-ctype" : "*"
},
"conflict" : {
"elm/identity_smtp" : "*"
},
"support" : {
"issues" : "https://bitbucket.org/BoresExpress/ident_switch/issues"
},
"extra" : {
"roundcube" : {
"min-version" : "1.3",
"sql-dir" : "SQL"
}
}
}