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 c59a37f commit 03a08e7Copy full SHA for 03a08e7
ChangeLog.md
@@ -3,6 +3,11 @@ AWS Lambda change log
3
4
## ?.?.? / ????-??-??
5
6
+## 5.2.0 / 2024-02-04
7
+
8
+* Made compatible with https://github.com/xp-framework/zip version 11.0
9
+ (@thekid)
10
11
## 5.1.0 / 2023-10-09
12
13
* Merged PR #26: Resolve paths in symlinks before adding to ZIP file
composer.json
@@ -8,7 +8,7 @@
"require" : {
"xp-framework/core": "^11.0 | ^10.14",
"xp-framework/http": "^10.0 | ^9.0",
- "xp-framework/zip": "^10.0 | ^9.0",
+ "xp-framework/zip": "^11.0 | ^10.0 | ^9.0",
"xp-forge/aws": "^1.0",
"xp-forge/json": "^5.0 | ^4.0",
14
"php": ">=7.0.0"
0 commit comments