Skip to content

Commit 03a08e7

Browse files
committed
Add compatibility with xp-framework/zip version 11.0
1 parent c59a37f commit 03a08e7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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+
## 5.2.0 / 2024-02-04
7+
8+
* Made compatible with https://github.com/xp-framework/zip version 11.0
9+
(@thekid)
10+
611
## 5.1.0 / 2023-10-09
712

813
* Merged PR #26: Resolve paths in symlinks before adding to ZIP file

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require" : {
99
"xp-framework/core": "^11.0 | ^10.14",
1010
"xp-framework/http": "^10.0 | ^9.0",
11-
"xp-framework/zip": "^10.0 | ^9.0",
11+
"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"

0 commit comments

Comments
 (0)