blob: 5e84ef6faad1c1550747a9ae71871a88384eadaf (
plain)
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
|
{
"name": "gipfl/calendar",
"type": "library",
"description": "Calendar Utils",
"keywords": ["calendar"],
"homepage": "https://github.com/gipfl/calendar",
"authors": [
{
"name": "Thomas Gelf",
"email": "thomas@gelf.net"
}
],
"config": {
"sort-packages": true
},
"require": {
"php": ">=5.4.0",
"gipfl/format": ">=0.3",
"gipfl/icingaweb2": ">=0.4.0",
"gipfl/translation": ">=0.1.1"
},
"autoload": {
"psr-4": {
"gipfl\\Calendar\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"gipfl\\Tests\\Calendar\\": "tests"
}
}
}
|