From 7c2dcb7b89e4a17224b072f2dea55cbd7aa1cda8 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 15 Oct 2023 13:43:20 +0200 Subject: [PATCH] Make this library compatible with xp-forge/lambda 5.0+ --- ChangeLog.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 849b924..ed6c2a4 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ AWS Lambda Webservices change log ## ?.?.? / ????-??-?? +## 1.2.0 / 2023-10-15 + +* Made this library compatible with `xp-forge/lambda` 5.0.0 - @thekid + ## 1.1.4 / 2023-04-03 * Fixed case with the string "null" being sent back when using streaming diff --git a/composer.json b/composer.json index 872e4e8..1e084ad 100755 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "keywords": ["module", "xp"], "require" : { "xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0", - "xp-forge/lambda": "^4.0 | ^3.0 | ^2.0 | ^1.0", + "xp-forge/lambda": "^5.0 | ^4.0 | ^3.0 | ^2.0 | ^1.0", "xp-forge/web": "^3.0 | ^2.13", "php": ">=7.0.0" },