2018-11-06 13:34:30 +01:00
|
|
|
{
|
2021-05-28 11:29:38 +02:00
|
|
|
"name": "icinga/icinga-php-library",
|
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",
|
2021-05-28 11:29:38 +02:00
|
|
|
"homepage": "https://github.com/Icinga/icinga-php-library",
|
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": {
|
2022-03-14 14:52:25 +01:00
|
|
|
"php": "7.0.33"
|
2019-03-26 05:56:36 +01:00
|
|
|
}
|
2018-11-06 13:34:30 +01:00
|
|
|
},
|
|
|
|
"require": {
|
2022-03-23 11:30:15 +01:00
|
|
|
"php": ">=7.0.33",
|
|
|
|
"ipl/html": "^0.5.0",
|
2021-06-24 11:27:11 +02:00
|
|
|
"ipl/i18n": "^0.1.0",
|
2021-11-10 14:49:10 +01:00
|
|
|
"ipl/orm": "^0.3.0",
|
2022-03-23 11:30:15 +01:00
|
|
|
"ipl/sql": "^0.4.0",
|
|
|
|
"ipl/stdlib": "^0.11.0",
|
2021-11-10 14:49:10 +01:00
|
|
|
"ipl/validator": "^0.3.0",
|
2022-03-23 11:30:15 +01:00
|
|
|
"ipl/web": "^0.4.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
|
|
|
}
|
|
|
|
}
|