2018-11-06 13:34:30 +01:00
|
|
|
{
|
2021-05-28 11:29:38 +02: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",
|
2021-05-28 11:29:38 +02:00
|
|
|
"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": {
|
2023-08-04 08:18:44 +02:00
|
|
|
"php": "7.2.9"
|
2023-10-27 09:29:07 +02:00
|
|
|
},
|
|
|
|
"allow-plugins": {
|
|
|
|
"cweagans/composer-patches": true
|
2019-03-26 05:56:36 +01:00
|
|
|
}
|
2018-11-06 13:34:30 +01:00
|
|
|
},
|
|
|
|
"require": {
|
2022-06-15 14:38:36 +02:00
|
|
|
"php": ">=7.2",
|
2024-11-12 19:05:42 +01:00
|
|
|
"cweagans/composer-patches": "~1.0",
|
|
|
|
"ipl/html": "dev-main as 99.x-dev",
|
|
|
|
"ipl/i18n": "dev-main as 99.x-dev",
|
|
|
|
"ipl/orm": "dev-main as 99.x-dev",
|
|
|
|
"ipl/scheduler": "dev-main as 99.x-dev",
|
|
|
|
"ipl/sql": "dev-main as 99.x-dev",
|
|
|
|
"ipl/stdlib": "dev-main as 99.x-dev",
|
|
|
|
"ipl/validator": "dev-main as 99.x-dev",
|
|
|
|
"ipl/web": "dev-main as 99.x-dev"
|
2023-10-27 09:26:48 +02:00
|
|
|
},
|
2019-11-04 17:42:29 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": { "AssetLoader": "" }
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-update-cmd": [
|
|
|
|
"AssetLoader::update"
|
|
|
|
]
|
2023-10-27 09:29:07 +02:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"composer-exit-on-patch-failure": true,
|
|
|
|
"patches": {
|
|
|
|
"ramsey/collection": {
|
|
|
|
"Collection: Add PHP 8.1 support": "patches/ramsey-collection.patch"
|
|
|
|
}
|
|
|
|
}
|
2024-11-12 19:05:42 +01:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2018-11-06 13:34:30 +01:00
|
|
|
}
|