QueryList/composer.json
2015-12-28 15:29:48 +08:00

21 lines
414 B
JSON

{
"name": "jaeger/querylist",
"description": "QueryList是基于phpQuery的无比强大的PHP采集工具",
"require": {
"PHP":">=5.3.0",
"jaeger/phpquery-single": "^0.9.5"
},
"license": "MIT",
"authors": [
{
"name": "Jaeger",
"email": "hj.q@qq.com"
}
],
"autoload":{
"psr-4":{
"QL\\":""
}
}
}