34 lines
794 B
JSON
34 lines
794 B
JSON
{
|
|
"name": "icinga/icingaweb2-module-ipl",
|
|
"type": "project",
|
|
"description": "Icinga Web 2 - bundled ipl libraries",
|
|
"homepage": "https://github.com/Icinga/icingaweb2-module-ipl",
|
|
"license": "MIT",
|
|
"config": {
|
|
"sort-packages": true,
|
|
"platform": {
|
|
"php": "5.6.3"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"guzzlehttp/psr7": "^1.5",
|
|
"ipl/html": ">=0.3.0",
|
|
"ipl/orm": ">=0.1.0",
|
|
"ipl/sql": ">=0.1.0",
|
|
"ipl/stdlib": ">=0.5.0",
|
|
"ipl/validator": ">=0.1.0",
|
|
"ipl/web": ">=0.1.0"
|
|
},
|
|
"require-dev": {
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "AssetLoader": "" }
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": [
|
|
"AssetLoader::update"
|
|
]
|
|
}
|
|
}
|