summaryrefslogtreecommitdiffstats
path: root/vendor/ipl/html/composer.json
blob: 853c7b2509bd9304474c533ab9b51d5bf3b3185f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"
    }
  }
}