diff options
Diffstat (limited to 'vendor/ipl/html/composer.json')
-rw-r--r-- | vendor/ipl/html/composer.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/vendor/ipl/html/composer.json b/vendor/ipl/html/composer.json new file mode 100644 index 0000000..853c7b2 --- /dev/null +++ b/vendor/ipl/html/composer.json @@ -0,0 +1,27 @@ +{ + "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", + "ipl/stdlib": ">=0.12.0", + "ipl/validator": ">=0.4.0", + "psr/http-message": "~1.0" + }, + "autoload": { + "psr-4": { + "ipl\\Html\\": "src" + } + }, + "autoload-dev": { + "psr-4": { + "ipl\\Tests\\Html\\": "tests" + } + } +} |