From d9165cd2a8c9f4f166e53db327c72159def6b8a1 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 4 Feb 2024 10:50:35 +0100 Subject: [PATCH] Drop XP <= 9 compatibility See xp-framework/rfc#341 --- ChangeLog.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 1a4750a..2517e37 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ YAML for XP Framework ChangeLog ## ?.?.? / ????-??-?? +## 8.0.0 / 2024-02-04 + +* Implemented xp-framework/rfc#341: Drop XP <= 9 compatibility - @thekid + ## 7.1.0 / 2023-11-04 * Added PHP 8.4 to the test matrix - @thekid diff --git a/composer.json b/composer.json index fbe8bb1..180d951 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "description" : "YAML parser", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.5", + "xp-framework/core": "^11.0 | ^10.0", "php" : ">=7.0.0" }, "require-dev" : {