icinga-php-library/composer.json

34 lines
787 B
JSON
Raw Normal View History

2018-11-06 13:34:30 +01: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",
"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",
"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": {
},
"autoload": {
"psr-0": { "AssetLoader": "" }
},
"scripts": {
"post-update-cmd": [
"AssetLoader::update"
]
2018-11-06 13:34:30 +01:00
}
}