icinga-php-library/composer.json

34 lines
787 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": "7.0.33"
}
},
"require": {
"php": ">=7.0.33",
"ipl/html": "^0.5.0",
"ipl/i18n": "^0.1.0",
"ipl/orm": "^0.3.0",
"ipl/sql": "^0.4.0",
"ipl/stdlib": "^0.11.0",
"ipl/validator": "^0.3.0",
"ipl/web": "^0.4.0"
},
"require-dev": {
},
"autoload": {
"psr-0": { "AssetLoader": "" }
},
"scripts": {
"post-update-cmd": [
"AssetLoader::update"
]
}
}