From a3c7df58b1705c4d7d5fbcc17c5743cfde38f7ff Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 4 Feb 2024 12:01:45 +0100 Subject: [PATCH] Drop XP <= 9 compatibility See xp-framework/rfc#341 --- ChangeLog.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index cb3e617..4157cf9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,9 @@ KeePass databases change log ## ?.?.? / ????-??-?? +## 2.0.0 / 2024-02-04 + +* Implemented xp-framework/rfc#341: Drop XP <= 9 compatibility - @thekid * Added PHP 8.4 to test matrix - @thekid * Merged PR #3: Migrate to new testing library - @thekid diff --git a/composer.json b/composer.json index 70bff75..158bb2e 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "description" : "KeePass databases", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0", + "xp-framework/core": "^11.0 | ^10.0", "php" : ">=7.0.0" }, "require-dev" : {