We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7a3fe commit 8df8beeCopy full SHA for 8df8bee
ChangeLog.md
@@ -3,6 +3,11 @@ AWS Lambda change log
3
4
## ?.?.? / ????-??-??
5
6
+## 3.0.1 / 2021-10-21
7
+
8
+* Made library compatible with XP 11, newer `xp-framework/zip` library
9
+ (@thekid)
10
11
## 3.0.0 / 2021-09-26
12
13
* Merged PR #13: Refactor container execution to Process API provided by
composer.json
@@ -6,9 +6,9 @@
"description" : "AWS Lambda for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
- "xp-framework/core": "^10.14",
+ "xp-framework/core": "^11.0 | ^10.14",
"xp-framework/http": "^10.0 | ^9.0",
- "xp-framework/zip": "^9.0 | ^8.0",
+ "xp-framework/zip": "^10.0 | ^9.0",
"xp-forge/json": "^4.0",
"php": ">=7.0.0"
14
},
0 commit comments