22 lines
446 B
JSON
22 lines
446 B
JSON
{
|
|
"name": "omnicron/toadling",
|
|
"description": "Toadling bot for Discord",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Omnicron\\Toadling\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Dany Thach",
|
|
"email": "d.thach4@gmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"team-reflex/discord-php": "^6.0"
|
|
}
|
|
}
|