composer.json
623 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",
"pimple/pimple": "^3.0",
"illuminate/support": "^5.3"
},
"autoload": {
"psr-4": {
"Hanson\\Robot\\": "src/"
}
},
"require-dev": {
"phpstan/phpstan": "^0.4.2"
}
}