composer.json 336 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 { "name": "hanson/wx-bot", "type": "library", "license": "mit", "authors": [ { "name": "HanSon", "email": "h@hanc.cc" } ], "require": { "guzzlehttp/guzzle": "^6.2" }, "autoload": { "psr-4": { "Hanson\\Robot\\": "src/" } } }