From e8858cbb1a910253bf780edb18f19ae306058bbb Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 4 Feb 2024 11:43:39 +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 e362414..f17758e 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,9 @@ MongoDB Sessions change log ## ?.?.? / ????-??-?? +## 2.0.0 / 2024-02-04 + +* Implemented xp-framework/rfc#341: Drop XP <= 9 compatibility - @thekid * Added PHP 8.4 to the test matrix - @thekid ## 1.3.0 / 2023-08-19 diff --git a/composer.json b/composer.json index ff17f89..9eae714 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "description" : "MongoDB Sessions", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0", + "xp-framework/core": "^11.0 | ^10.0", "xp-forge/sessions": "^3.0 | ^2.0 | ^1.0", "xp-forge/mongodb": "^2.0 | ^1.4", "php" : ">=7.0.0"