From be5a7ff7209230284d877c486d8d93315bccfc28 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 24 Mar 2024 13:07:14 +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 5a78ced..c136b7a 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ AWS Lambda Webservices change log ## ?.?.? / ????-??-?? +## 2.2.0 / 2024-03-24 + +* Made compatible with XP 12 - @thekid + ## 2.1.0 / 2024-01-30 * Merged PR #12: Check for `xp-forge/web ^4.0` applications, which diff --git a/composer.json b/composer.json index ca2e3f7..bfcd4aa 100755 --- a/composer.json +++ b/composer.json @@ -6,13 +6,13 @@ "description" : "AWS Lambda Webservices for the XP Framework", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^11.0 | ^10.0", + "xp-framework/core": "^12.0 | ^11.0 | ^10.0", "xp-forge/lambda": "^5.0", "xp-forge/web": "^4.0 | ^3.0", "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"]