-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
37 lines (37 loc) · 1.02 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
{
"name": "horde/bundle",
"description": "A base project for a horde installation",
"type": "project",
"require": {
"composer-plugin-api": "^2.0",
"horde/horde-installer-plugin": "^2.5.1 || dev-FRAMEWORK_6_0 || dev-master",
"horde/horde": "^6 || dev-FRAMEWORK_6_0",
"horde/routes": "^3 || dev-FRAMEWORK_6_0",
"horde/hordectl": "^1 || dev-FRAMEWORK_6_0 || dev-master",
"pear/console_color2": "^0.1.2",
"pear/console_table": "^1.3"
},
"require-dev": {
"horde/test": "^3 || dev-FRAMEWORK_6_0 || dev-master"
},
"license": "GPL-3.0-only",
"authors": [
{
"name": "Ralf Lang",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"installer-types": [
"horde-library",
"horde-application"
]
},
"config": {
"allow-plugins": {
"horde/horde-installer-plugin": true
}
}
}