-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (50 loc) · 1.34 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "foundata/identity_from_directory",
"description": "Populate and maintain user identities automatically on each login, based on corresponding LDAP or Active Directory user data.",
"license": "GPL-3.0-or-later",
"type": "roundcube-plugin",
"version": "v2.2.1",
"keywords": [
"identity",
"signature",
"ldap",
"active-directory",
"addressbook",
"contacts"
],
"authors": [
{
"name": "Andreas Haerter",
"email": "[email protected]",
"role": "Developer"
}
],
"homepage": "https://github.com/foundata/roundcube-plugin-identity-from-directory",
"require": {
"php": "^7.4 || ^8.0",
"roundcube/plugin-installer": "^0.3"
},
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"prefer-stable": true,
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"roundcube/plugin-installer": true
},
"roundcube": {
"enable-plugin": true,
"uninstall-remove-folder": true
}
},
"extra": {
"roundcube": {
"min-version": "1.6.0"
}
}
}