Skip to content

Commit 8df8bee

Browse files
committed
XP 11 compatibility
1 parent ed7a3fe commit 8df8bee

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog.md

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

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

6+
## 3.0.1 / 2021-10-21
7+
8+
* Made library compatible with XP 11, newer `xp-framework/zip` library
9+
(@thekid)
10+
611
## 3.0.0 / 2021-09-26
712

813
* Merged PR #13: Refactor container execution to Process API provided by

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"description" : "AWS Lambda for the XP Framework",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^10.14",
9+
"xp-framework/core": "^11.0 | ^10.14",
1010
"xp-framework/http": "^10.0 | ^9.0",
11-
"xp-framework/zip": "^9.0 | ^8.0",
11+
"xp-framework/zip": "^10.0 | ^9.0",
1212
"xp-forge/json": "^4.0",
1313
"php": ">=7.0.0"
1414
},

0 commit comments

Comments
 (0)