From f7a64d1004a939da3756b7e4e8689c28a3a9a3a5 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Wed, 2 Nov 2022 10:59:54 +0100 Subject: [PATCH] bump requirement to 1.27 --- CHANGELOG.md | 4 +++- composer.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b03aa4f..ba66a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 1.0 -Compatible with Kimai 1.20.0 +Compatible with Kimai 1.27.0 Initial release. + +Technically this is compatible with Kimai 1.20, but Kimai core has some issues with negative durations up until 1.27.0. diff --git a/composer.json b/composer.json index 95ad0ed..c19ac4c 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "extra": { "kimai": { - "require": "1.20", + "require": "1.27", "name": "DeductionTimeBundle" } },