icinga-php-library/composer.json

34 lines
784 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": "5.6.3"
}
},
"require": {
"php": ">=5.6.0",
"ipl/html": "^0.4.0",
"ipl/i18n": "^0.1.0",
"ipl/orm": "^0.2.0",
"ipl/sql": "^0.3.1",
"ipl/stdlib": "^0.9.0",
"ipl/validator": "^0.2.0",
"ipl/web": "^0.2.0"
},
"require-dev": {
},
"autoload": {
"psr-0": { "AssetLoader": "" }
},
"scripts": {
"post-update-cmd": [
"AssetLoader::update"
]
}
}