luke-bot/composer.json

28 lines
913 B
JSON
Raw Normal View History

2020-12-19 15:51:19 +00:00
{
"name": "miguel456/raspberry-bot",
"description": "The Raspberry Bot integrates with the Raspberry Staff Manager to give you full control of the web app from your Discord server, and to notify you as events go on and perform the necessary changes as someone is promoted. It also functions as a moderation bot and custom commands bot!",
"type": "project",
"require": {
"team-reflex/discord-php": "^5.0",
"vlucas/phpdotenv": "^5.2",
"kitetail/zttp": "^0.6.0",
"ely/mojang-api": "^0.2.1",
"analog/analog": "^1.0"
2020-12-19 15:51:19 +00:00
},
"require-dev": {
"monolog/monolog": "^2.1"
},
"license": "Proprietary",
"authors": [
{
"name": "Miguel Nogueira",
"email": "miguel456@spacejewel-hosting.com"
}
],
"autoload": {
"psr-4": {
"nogueiracodes\\RaspberryBot\\": "src/"
}
}
}