kimai-plugin-heatmap/composer.json
Christopher Mühl fb0f9c384b
refactor: move PHP source into src/ directory
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 18:27:07 +02:00

17 lines
405 B
JSON

{
"name": "kimai-plugin/heatmap-bundle",
"type": "kimai-plugin",
"description": "GitHub-style activity heatmap dashboard widget for Kimai",
"license": "MIT",
"autoload": {
"psr-4": {
"KimaiPlugin\\KimaiHeatmapBundle\\": "src/"
}
},
"extra": {
"kimai": {
"require": 25200,
"name": "Activity Heatmap"
}
}
}