mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-09-01 06:58:19 +02:00
34 lines
677 B
JSON
34 lines
677 B
JSON
{
|
|
"name": "ipl/html",
|
|
"type": "library",
|
|
"description": "Icinga PHP Library - HTML abstraction layer",
|
|
"license": "MIT",
|
|
"keywords": ["html"],
|
|
"homepage": "https://github.com/Icinga/ipl-html",
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"ext-fileinfo": "*",
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"ipl/validator": ">=0.5.0",
|
|
"psr/http-message": "^1.1",
|
|
"guzzlehttp/psr7": "^2.5"
|
|
},
|
|
"require-dev": {
|
|
"ipl/stdlib": "dev-main",
|
|
"ipl/validator": "dev-main"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ipl\\Html\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"ipl\\Tests\\Html\\": "tests"
|
|
}
|
|
}
|
|
}
|