blob: 63e1c35d35303dffae69044a5b33b2e4ee19734a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "querypath/QueryPath",
"type": "library",
"description": "HTML/XML querying (CSS 4 or XPath) and processing (like jQuery)",
"homepage": "https://github.com/technosophos/querypath",
"license": "MIT",
"keywords": ["xml", "html", "css", "jquery", "xslt"],
"require" : {
"php" : ">=5.3.0",
"masterminds/html5": "2.*"
},
"autoload": {
"psr-0": {"QueryPath": "src/"},
"files": ["src/qp_functions.php"]
}
}
|