death-notifier/composer.json

37 lines
1.0 KiB
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-11-27 15:44:23 +01:00
"version": "0.14.10",
2022-11-27 13:54:13 +01:00
"_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": {
2022-11-13 14:23:20 +01:00
"composer/semver": "^3.3",
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": {
2022-11-27 13:54:13 +01:00
"phpstan/phpstan": "^1.9.2",
"phpunit/phpunit": "^9.5.26"
},
"autoload": {
"psr-4": {
"com\\fwdekker\\deathnotifier\\": "com/fwdekker/deathnotifier/"
}
},
"minimum-stability": "stable"
2022-08-09 19:20:02 +02:00
}