From ca19cb750c11509c035e06cca5bd0db9382dcd3f Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 24 Mar 2024 11:44:02 +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 a497579..233940d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ HTMX for XP web frontends change log ## ?.?.? / ????-??-?? +## 0.2.0 / 2024-03-24 + +* Made compatible with XP 12 - @thekid + ## 0.1.1 / 2024-02-04 * Made compatible with https://github.com/xp-forge/web-auth version 4.0 diff --git a/composer.json b/composer.json index 3816157..6cba4b9 100755 --- a/composer.json +++ b/composer.json @@ -6,13 +6,13 @@ "description" : "HTMX integration for XP web frontends", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^11.0 | ^10.0", + "xp-framework/core": "^12.0 | ^11.0 | ^10.0", "xp-forge/frontend": "^6.0 | ^5.0", "xp-forge/web-auth": "^4.0 | ^3.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"]