diff --git a/ChangeLog.md b/ChangeLog.md index 62f5ac8..658ab32 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ Logging change log ## ?.?.? / ????-??-?? +## 11.1.0 / 2024-03-24 + +* Made compatible with XP 12 - @thekid + * Merged PR #17: Migrate to new testing library - @thekid ## 11.0.0 / 2021-10-21 diff --git a/composer.json b/composer.json index 7ff1b52..9277d7c 100755 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "description" : "Logging for the XP Framework", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^11.0 | ^10.0", + "xp-framework/core": "^12.0 | ^11.0 | ^10.0", "php" : ">=7.0.0" }, "require-dev" : { "xp-framework/collections": "^10.0 | ^9.0 | ^8.0", - "xp-framework/test": "^1.0" + "xp-framework/test": "^2.0 | ^1.0" }, "autoload" : { "files" : ["src/main/php/autoload.php"]