summaryrefslogtreecommitdiffstats
path: root/vendor/ipl/html/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ipl/html/composer.json')
-rw-r--r--vendor/ipl/html/composer.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/vendor/ipl/html/composer.json b/vendor/ipl/html/composer.json
new file mode 100644
index 0000000..99c5525
--- /dev/null
+++ b/vendor/ipl/html/composer.json
@@ -0,0 +1,33 @@
+{
+ "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"
+ }
+ }
+}