{
    "name": "ressio/pharse",
    "version": "0.2.0",
    "type": "library",
    "description": "Fastest PHP HTML Parser",
    "keywords": ["dom", "html", "html5", "parser", "php"],
    "homepage": "https://github.com/ressio/pharse",
    "license": ["GPL-2.0-or-later", "Artistic-1.0-Perl"],
    "authors": [
        {
            "name": "RESS.IO Team",
            "homepage": "https://github.com/ressio/pharse"
        }
    ],
    "require": {
        "php": ">=5.0.0"
    },
    "autoload": {
        "classmap": [""]
    }
}