You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
570 B
26 lines
570 B
{
|
|
"name": "jaeger/querylist",
|
|
"description": "QueryList是基于phpQuery的无比强大的PHP采集工具",
|
|
"keywords":["QueryList","phpQuery","spider"],
|
|
"homepage": "http://querylist.cc",
|
|
"require": {
|
|
"PHP":">=5.3.0",
|
|
"jaeger/phpquery-single": "^0.9"
|
|
},
|
|
"suggest":{
|
|
"monolog/monolog":"Log support"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jaeger",
|
|
"email": "JaegerCode@gmail.com"
|
|
}
|
|
],
|
|
"autoload":{
|
|
"psr-4":{
|
|
"QL\\":""
|
|
}
|
|
}
|
|
}
|