composer.json
488 Bytes
{
"name": "hanson/wx-bot",
"type": "library",
"license": "mit",
"authors": [
{
"name": "HanSon",
"email": "h@hanc.cc"
}
],
"require": {
"guzzlehttp/guzzle": "^6.2",
"querypath/QueryPath": "^3.0",
"symfony/dom-crawler": "^3.2",
"endroid/qrcode": "^1.7",
"symfony/css-selector": "^3.2"
},
"autoload": {
"psr-4": {
"Hanson\\Robot\\": "src/"
}
}
}