blob: 90173f1f8a2c49e14eb3cd911be8e51646b1a14b (
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
|
{
"name": "ipl/web",
"type": "library",
"description": "Icinga PHP Library - Web Components",
"keywords": ["html"],
"homepage": "https://github.com/Icinga/ipl-web",
"license": "MIT",
"autoload": {
"psr-4": {
"ipl\\Web\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"ipl\\Tests\\Web\\": "tests"
}
},
"require": {
"php": ">=7.2",
"ext-json": "*",
"ipl/html": ">=0.6.0",
"ipl/i18n": ">=0.2.0",
"ipl/stdlib": ">=0.12.0",
"fortawesome/font-awesome": "^6"
}
}
|