-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 874 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 874 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
{
"name": "horde/bundle",
"description": "A base project for a horde installation",
"type": "project",
"require": {
"composer-plugin-api": "^2.2",
"horde/horde-installer-plugin": "^3.4 || dev-FRAMEWORK_6_0",
"horde/horde": "^6 || dev-FRAMEWORK_6_0",
"horde/routes": "^3 || dev-FRAMEWORK_6_0",
"horde/hordectl": "^1 || dev-FRAMEWORK_6_0"
},
"license": "GPL-3.0-only",
"authors": [
{
"name": "Ralf Lang",
"email": "ralf.lang@ralf-lang.de"
}
],
"minimum-stability": "alpha",
"prefer-stable": true,
"extra": {
"installer-types": [
"horde-library",
"horde-theme",
"horde-application"
]
},
"config": {
"allow-plugins": {
"horde/horde-installer-plugin": true
}
}
}