From d7faf6960f873bd5ce02cfa294f89e4c9451804b Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 24 Mar 2024 13:11:48 +0100 Subject: [PATCH] Make compatible with XP 12 --- ChangeLog.md | 4 ++++ composer.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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"]