diff --git a/ChangeLog.md b/ChangeLog.md index 90b2ca7..6f38da3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,10 +3,11 @@ Dependency injection for the XP Framework change log ## ?.?.? / ????-??-?? -* Added PHP 8.4 to the test matrix - @thekid - -## 6.0.0 / ????-??-?? +## 6.0.0 / 2024-03-24 +* Dropped support for XP <= 9, see xp-framework/rfc#341 - @thekid +* Made compatible with XP 12 - @thekid +* Added PHP 8.4 to the test matrix - @thekid * Merged PR #30: Migrate to new reflection API - @thekid ## 5.5.0 / 2023-07-30 diff --git a/composer.json b/composer.json index bef28e1..c53406f 100755 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "description" : "Dependency injection for the XP Framework", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0", - "xp-framework/reflection": "^2.0", + "xp-framework/core": "^12.0 | ^11.0 | ^10.0", + "xp-framework/reflection": "^3.0 | ^2.0", "php" : ">=7.0.0" }, "require-dev" : { - "xp-framework/test": "^1.0" + "xp-framework/test": "^2.0 | ^1.0" }, "autoload" : { "files" : ["src/main/php/autoload.php"]