Files
Xinyue-Search/vendor/jaeger/phpquery-single/composer.json
T
2024-09-14 17:00:49 +08:00

25 lines
678 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "jaeger/phpquery-single",
"description": "phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/)phpQuery项目主页:http://code.google.com/p/phpquery/",
"homepage": "http://code.google.com/p/phpquery/",
"license": "MIT",
"require": {
"PHP":">=5.3.0"
},
"authors": [
{
"name": "Tobiasz Cudnik"
,"email": "tobiasz.cudnik@gmail.com"
,"homepage": "https://github.com/TobiaszCudnik"
,"role": "Developer"
}
,{
"name": "Jaeger",
"role": "Packager"
}
],
"autoload":{
"classmap":["phpQuery.php"]
}
}