From 949d318ecbfa887f51bc7e059a357c0eafc4e9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=BChl?= Date: Thu, 9 Apr 2026 10:38:40 +0200 Subject: [PATCH] fix: restore root-level PHP dirs for Kimai PSR-4 autoloading 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 --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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\\": ""