-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
39 lines (39 loc) · 929 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
36
37
38
39
{
"name": "horde/vilma",
"description": "Domain and user administration application",
"type": "horde-application",
"homepage": "https://www.horde.org",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Jan Schneider",
"email": "[email protected]",
"role": "lead"
}
],
"time": "2024-01-12",
"repositories": [],
"require": {
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^2",
"php": "^7 || ^8",
"horde/horde": "^6 || dev-FRAMEWORK_6_0"
},
"require-dev": {},
"suggest": {
"horde/test": "^3 || dev-FRAMEWORK_6_0"
},
"autoload": {
"psr-0": {
"Vilma": "lib/"
}
},
"autoload-dev": {},
"bin": [
"bin/vilma-create-mailboxes"
],
"config": {
"allow-plugins": {
"horde/horde-installer-plugin": true
}
}
}