2018-11-06 13:34:30 +01:00
|
|
|
{
|
2021-05-03 16:25:51 +02:00
|
|
|
"name": "icinga/ipl",
|
2018-11-06 13:34:30 +01:00
|
|
|
"type": "project",
|
2021-05-03 16:25:51 +02:00
|
|
|
"description": "Icinga Web 2 - bundled Icinga PHP libraries",
|
|
|
|
"homepage": "https://github.com/Icinga/ipl",
|
2019-05-16 17:15:08 +02:00
|
|
|
"license": "MIT",
|
2018-11-06 13:34:30 +01:00
|
|
|
"config": {
|
2019-03-26 05:56:36 +01:00
|
|
|
"sort-packages": true,
|
|
|
|
"platform": {
|
|
|
|
"php": "5.6.3"
|
|
|
|
}
|
2018-11-06 13:34:30 +01:00
|
|
|
},
|
|
|
|
"require": {
|
2020-03-13 10:41:38 +01:00
|
|
|
"php": ">=5.6.0",
|
|
|
|
"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"
|
2018-11-06 13:34:30 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-11-04 17:42:29 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": { "AssetLoader": "" }
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-update-cmd": [
|
|
|
|
"AssetLoader::update"
|
|
|
|
]
|
2018-11-06 13:34:30 +01:00
|
|
|
}
|
|
|
|
}
|