{
    "name": "arthurkushman/query-path",
    "type": "library",
    "description": "HTML/XML querying (CSS 4 or XPath) and processing (like jQuery)",
    "homepage": "https://github.com/arthurkushman/querypath",
    "license": "MIT",
    "keywords": [
        "xml",
        "html",
        "css",
        "jquery",
        "xslt",
        "php7"
    ],
    "require": {
        "php": ">=7.1",
        "masterminds/html5": "2.*"
    },
    "autoload": {
        "psr-4": {
            "QueryPath\\": "src/",
            "QueryPathTests\\": "tests/QueryPath/"
        },
        "files": [
            "src/qp_functions.php"
        ]
    },
    "require-dev": {
        "phpunit/phpunit": "^7.2",
        "fzaninotto/faker": "^1.8",
        "mockery/mockery": "^1.1"
    }
}
