blob: 25a757f1a9549b523ed60921c083564f3a9f5166 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "gipfl/icingaweb2",
"type": "library",
"description": "Helpers and glue for Icinga Web 2",
"homepage": "https://github.com/gipfl/icingaweb2",
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"gipfl\\IcingaWeb2\\": "src/"
}
},
"require": {
"php": ">=5.6",
"ext-ctype": "*",
"gipfl/format": ">=0.3",
"gipfl/translation": ">=0.1",
"ipl/html": ">=0.2.1"
}
}
|