From 39c21870f8910069818b44e4b6910233d45cef47 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 24 Mar 2024 14:33:26 +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 50509ff..65f1bff 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ Web Authentication change log ## ?.?.? / ????-??-?? +## 4.1.0 / 2024-03-24 + +* Made compatible with XP 12 - @thekid + ## 4.0.0 / 2024-02-04 * Implemented xp-framework/rfc#341: Drop XP <= 9 compatibility - @thekid diff --git a/composer.json b/composer.json index 276aded..5dbe1a9 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "description" : "Web Authentication", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^11.0 | ^10.0", + "xp-framework/core": "^12.0 | ^11.0 | ^10.0", "xp-framework/http": "^10.0 | ^9.0 | ^8.0 | ^7.0", "xp-framework/xml": "^11.0 | ^10.0 | ^9.0 | ^8.0", "xp-forge/web": "^4.0 | ^3.0 | ^2.0 | ^1.0", @@ -15,7 +15,7 @@ "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"]