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" : {