Skip to content

Commit 687bb00

Browse files
committed
Make compatible with xp-forge/lambda 7.0
1 parent a0bbe0b commit 687bb00

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ AWS Lambda Webservices change log
33

44
## ?.?.? / ????-??-??
55

6+
## 4.0.0 / 2026-02-14
7+
8+
* Made compatible with `xp-forge/lambda` version 7.0, which uses AL2023
9+
instead of AL2, which has an EOL date of June 2026. Dropped support
10+
for version 5.0 of this library at the same time.
11+
(@thekid)
612
* Added PHP 8.6 to the test matrix - @thekid
713

814
## 3.0.0 / 2025-05-05

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords": ["module", "xp"],
88
"require" : {
99
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
10-
"xp-forge/lambda": "^6.0 | ^5.0",
10+
"xp-forge/lambda": "^7.0 | ^6.0",
1111
"xp-forge/web": "^4.0 | ^3.0",
1212
"php": ">=7.4.0"
1313
},

0 commit comments

Comments
 (0)