Skip to content

Commit 25e62da

Browse files
committed
Make compatible with xp-framework/math version 10.0+
1 parent d8bf184 commit 25e62da

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 @@ MongoDB for XP Framework ChangeLog
33

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

6+
## 3.5.0 / 2025-08-16
7+
8+
* Added compatibility with `xp-framework/math` version 10.0+ - @thekid
9+
610
## 3.4.0 / 2025-07-27
711

812
* Merged PR #62: Implement compression via zlib and zstd. See issue #61

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/networking": "^10.0",
11-
"xp-framework/math": "^9.1",
11+
"xp-framework/math": "^10.0 | ^9.1",
1212
"php" : ">=7.4.0"
1313
},
1414
"require-dev" : {

0 commit comments

Comments
 (0)