From c0299e750e4a7dfa27f3d81fd6789de55709ed75 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 24 Mar 2024 11:20:25 +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 05e56b1..9b87989 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ Commands ChangeLog ## ?.?.? / ????-??-?? +## 11.2.0 / 2024-03-24 + +* Made compatible with XP 12 - @thekid + ## 11.1.0 / 2024-03-10 * Implemented xp-framework/rfc#344: New testing library - @thekid diff --git a/composer.json b/composer.json index e337238..7543e2a 100755 --- a/composer.json +++ b/composer.json @@ -6,11 +6,11 @@ "description" : "XPCLI", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^11.0 | ^10.15", + "xp-framework/core": "^12.0 | ^11.0 | ^10.15", "php" : ">=7.0.0" }, "require-dev" : { - "xp-framework/test": "^1.0" + "xp-framework/test": "^2.0 | ^1.0" }, "bin": ["bin/xp.xp-framework.command.cmd"], "autoload" : {