summaryrefslogtreecommitdiff
path: root/composer.json
blob: 17dc726e6e3033ba4f4ec9aa5102f30e0c8cb1f5 (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
{
  "name": "masterminds/html5",
  "description": "An HTML5 parser and serializer.",
  "type": "library",
  "homepage": "https://github.com/Masterminds/html5-php",
  "license": "MIT",
  "keywords": ["xml", "html", "html5", "dom", "parser", "serializer", "querypath"],
  "authors": [
    {
      "name": "Matt Butcher",
      "email": "[email protected]"
    },
    {
      "name": "Matt Farina",
      "email": "[email protected]"
    }
  ],
  "require" : {
    "ext-libxml" : "*",
    "php" : ">=5.3.0"
  },
  "autoload": {
    "psr-0": {"HTML5": "src"}
  }
}