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.

18 lines
435 B

{
"name" : "jaeger/curlmulti",
"description" : "CurlMulti是PHP多线程类库,修改用于QueryList(http://querylist.cc ),CurlMulti项目地址:https://github.com/ares333/php-curlmulti",
"require" : {
"php" : ">=5.1.0",
"ext-curl" : "*"
},
"license" : "Apache-2.0",
"autoload" : {
"psr-4" : {
"QL\\Ext\\Lib\\" : ""
}
},
"authors" : [ {
"name" : "Ares",
"email" : "admin@phpdr.net"
} ]
}