mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-08-14 06:08:17 +02:00
35 lines
817 B
JSON
35 lines
817 B
JSON
{
|
|
"name": "icinga/icinga-php-library",
|
|
"type": "project",
|
|
"description": "Icinga Web 2 - bundled Icinga PHP libraries",
|
|
"homepage": "https://github.com/Icinga/icinga-php-library",
|
|
"license": "MIT",
|
|
"config": {
|
|
"sort-packages": true,
|
|
"platform": {
|
|
"php": "8.2"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"ipl/html": "^0.8.0",
|
|
"ipl/i18n": "^0.2.0",
|
|
"ipl/orm": "^0.7.0",
|
|
"ipl/scheduler": "^0.1.0",
|
|
"ipl/sql": "^0.7.0",
|
|
"ipl/stdlib": "^0.14.0",
|
|
"ipl/validator": "^0.5.0",
|
|
"ipl/web": "^0.11.0"
|
|
},
|
|
"require-dev": {
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "AssetLoader": "" }
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": [
|
|
"AssetLoader::update"
|
|
]
|
|
}
|
|
}
|