Skip to content

Commit f457001

Browse files
committed
Make compatible with XP 12
1 parent c8d8884 commit f457001

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.md

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

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

6+
## 5.3.0 / 2024-03-24
7+
8+
* Made compatible with XP 12 - @thekid
69
* Added PHP 8.4 to the test matrix - @thekid
710

811
## 5.2.0 / 2024-02-04

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"description" : "AWS Lambda for the XP Framework",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^11.0 | ^10.14",
9+
"xp-framework/core": "^12.0 | ^11.0 | ^10.14",
1010
"xp-framework/http": "^10.0 | ^9.0",
1111
"xp-framework/zip": "^11.0 | ^10.0 | ^9.0",
1212
"xp-forge/aws": "^1.0",
1313
"xp-forge/json": "^5.0 | ^4.0",
1414
"php": ">=7.0.0"
1515
},
1616
"require-dev" : {
17-
"xp-framework/test": "^1.0"
17+
"xp-framework/test": "^2.0 | ^1.0"
1818
},
1919
"bin": ["bin/xp.xp-forge.lambda"],
2020
"autoload" : {

0 commit comments

Comments
 (0)