death-notifier/composer.json

24 lines
594 B
JSON

{
"name": "fwdekker/death-notifier",
"description": "Get notified when a famous person dies.",
"version": "0.0.1",
"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": {
"ext-sqlite3": "*",
"phpmailer/phpmailer": "^6.5"
},
"minimum-stability": "stable"
}