icinga-php-library/composer.json

34 lines
784 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": {
"php": "5.6.3"
}
2018-11-06 13:34:30 +01:00
},
"require": {
"php": ">=5.6.0",
2021-07-27 11:06:15 +02:00
"ipl/html": "^0.4.1",
"ipl/i18n": "^0.1.0",
"ipl/orm": "^0.2.0",
2021-07-27 11:06:15 +02:00
"ipl/sql": "^0.3.2",
"ipl/stdlib": "^0.9.0",
"ipl/validator": "^0.2.0",
2021-07-27 11:06:15 +02:00
"ipl/web": "^0.2.1"
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
}
}