pigeon/composer.json
Gregory Ballantine 803ad25cda
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Moved code to under the src/ directory (to keep the directory structure tidy); created a separate instance of the EventLoop to have a periodic YouTube check
2022-03-07 23:03:48 -05:00

27 lines
691 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"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.6",
"phpmd/phpmd": "^2.11"
},
"scripts": {
"phpcs": "phpcs --standard=./phpcs.xml",
"phpmd": "phpmd src/ text phpmd.xml"
}
}