pigeon/composer.json

19 lines
473 B
JSON

{
"name": "bitgoblin/pigeon",
"description": "Bit Goblin Discord notifier for YouTube uploads",
"type": "project",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Gregory Ballantine",
"email": "gballantine@bitgoblin.tech"
}
],
"require": {
"symfony/yaml": "^6.0",
"hassankhan/config": "^3.0",
"madcoda/php-youtube-api": "^1.2",
"team-reflex/discord-php": "^7.0"
}
}