{ "name": "fwdekker/death-notifier", "description": "Get notified when a famous person dies.", "version": "0.14.9", "_comment_version": "Also update version in `package.json`!", "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": { "composer/semver": "^3.3", "ext-curl": "*", "ext-pdo": "*", "monolog/monolog": "^3.2", "phpmailer/phpmailer": "^6.6" }, "require-dev": { "phpstan/phpstan": "^1.9.2", "phpunit/phpunit": "^9.5.26" }, "autoload": { "psr-4": { "com\\fwdekker\\deathnotifier\\": "com/fwdekker/deathnotifier/" } }, "minimum-stability": "stable" }