Skip to content

Commit f2c6fda

Browse files
committed
Make compatible with xp-framework/math version 10.0+
1 parent d86a514 commit f2c6fda

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.3.0 / 2025-08-16
7+
8+
* Added compatibility with `xp-framework/math` version 10.0+ - @thekid
9+
610
## 11.2.0 / 2025-08-15
711

812
* Added compatibility with `xp-forge/compression` version 2.0+ - @thekid

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords": ["module", "xp"],
88
"require" : {
99
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
10-
"xp-framework/math": "^9.0 | ^8.0",
10+
"xp-framework/math": "^10.0 | ^9.0 | ^8.0",
1111
"xp-forge/compression": "^2.0 | ^1.2",
1212
"php" : ">=7.0.0"
1313
},

0 commit comments

Comments
 (0)