{ "name": "fwdekker/death-notifier", "description": "Get notified when a famous person dies.", "version": "1.3.0", "_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.4", "phpmailer/phpmailer": "^6.8" }, "require-dev": { "phpstan/phpstan": "^1.10.32", "phpunit/phpunit": "^10.3.2" }, "autoload": { "psr-4": { "com\\fwdekker\\deathnotifier\\": "com/fwdekker/deathnotifier/" } }, "minimum-stability": "stable" }