death-notifier/composer.json

34 lines
857 B
JSON
Raw Normal View History

2022-08-09 19:20:02 +02:00
{
"name": "fwdekker/death-notifier",
"description": "Get notified when a famous person dies.",
2022-08-29 01:09:33 +02:00
"version": "0.0.24",
"type": "project",
"license": "MIT",
"homepage": "https://git.fwdekker.com/tools/death-notifier",
"support": {
"issues": "https://git.fwdekker.com/tools/death-notifier/issues",
"source": "https://git.fwdekker.com/tools/death-notifier"
},
"authors": [
{
"name": "Florine W. Dekker",
"email": "florine@fwdekker.com"
}
],
"require": {
2022-08-14 14:14:25 +02:00
"ext-curl": "*",
2022-08-14 18:31:55 +02:00
"ext-pdo": "*",
"monolog/monolog": "^3.2",
"phpmailer/phpmailer": "^6.6"
},
"require-dev": {
"phpstan/phpstan": "^1.8"
},
"autoload": {
"psr-4": {
2022-08-14 16:49:52 +02:00
"php\\": "php/"
}
},
"minimum-stability": "stable"
2022-08-09 19:20:02 +02:00
}