diff --git a/composer.json b/composer.json index 1b93d7b..7b1c6e3 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,17 @@ "type": "kimai-plugin", "description": "GitHub-style activity heatmap dashboard widget for Kimai", "license": "MIT", + "keywords": ["kimai", "plugin", "heatmap", "dashboard", "time-tracking"], + "homepage": "https://git.toph.so/toph/kimai-plugin-heatmap", + "authors": [ + { + "name": "Christopher Mühl", + "homepage": "https://toph.so" + } + ], + "require": { + "php": ">=8.2" + }, "autoload": { "psr-4": { "KimaiPlugin\\KimaiHeatmapBundle\\": ""