benbot/composer.json

25 lines
565 B
JSON

{
"name": "benharri/phpbot",
"description": "general purpose discord bot",
"type": "discord bot",
"authors": [
{
"name": "Ben Harris",
"email": "mail@benharris.ch"
}
],
"minimum-stability": "stable",
"require": {
"team-reflex/discord-php": "dev-develop",
"guzzlehttp/guzzle": "~6.0",
"vlucas/phpdotenv": "^2.4",
"rybakit/msgpack": "^0.2.2",
"voku/stringy": "^2.2"
},
"autoload": {
"psr-4": {
"BenBot\\": "src/"
}
}
}