Skip to content

Commit d86a514

Browse files
committed
Make compatible with xp-forge/compression v2.0+
1 parent dd705e3 commit d86a514

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ ZIP File support for the XP Framework ChangeLog
33

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

6+
## 11.2.0 / 2025-08-15
7+
8+
* Added compatibility with `xp-forge/compression` version 2.0+ - @thekid
9+
610
## 11.1.0 / 2024-03-24
711

812
* Added dependency on `xp-forge/compression`, see xp-framework/rfc#342

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": "^12.0 | ^11.0 | ^10.0",
1010
"xp-framework/math": "^9.0 | ^8.0",
11-
"xp-forge/compression": "^1.2",
11+
"xp-forge/compression": "^2.0 | ^1.2",
1212
"php" : ">=7.0.0"
1313
},
1414
"require-dev" : {

0 commit comments

Comments
 (0)