2018-11-06 13:34:30 +01:00
|
|
|
{
|
|
|
|
"name": "icinga/icingaweb2-module-ipl",
|
|
|
|
"type": "project",
|
2019-05-16 16:46:11 +02:00
|
|
|
"description": "Icinga Web 2 - bundled ipl libraries",
|
2018-11-06 13:34:30 +01:00
|
|
|
"homepage": "https://github.com/Icinga/icingaweb2-module-ipl",
|
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
|
|
|
},
|
|
|
|
"repositories": [{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/Icinga/ipl-sql",
|
|
|
|
"no-api":true
|
|
|
|
}],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0",
|
2019-03-26 05:56:36 +01:00
|
|
|
"guzzlehttp/psr7": "^1.5",
|
2019-05-16 16:46:11 +02:00
|
|
|
"ipl/html": ">=0.2.1",
|
2019-03-26 05:56:36 +01:00
|
|
|
"ipl/sql": "dev-master",
|
2019-10-22 10:48:12 +02:00
|
|
|
"ipl/stdlib": ">=0.2",
|
|
|
|
"ipl/web": "dev-master"
|
2018-11-06 13:34:30 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
}
|
|
|
|
}
|