icinga-php-library/composer.json

47 lines
1.3 KiB
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": "7.2.9"
},
"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"
},
"autoload": {
"psr-0": { "AssetLoader": "" }
},
"scripts": {
"post-update-cmd": [
"AssetLoader::update"
]
},
"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
}