Kimai's autoloader maps KimaiPlugin\ => var/plugins/, so plugin classes must live at the bundle root, not under src/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
718 B
JSON
28 lines
718 B
JSON
{
|
|
"name": "kimai-plugin/heatmap-bundle",
|
|
"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\\": ""
|
|
}
|
|
},
|
|
"extra": {
|
|
"kimai": {
|
|
"require": 25200,
|
|
"name": "Activity Heatmap"
|
|
}
|
|
}
|
|
}
|