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.
xp-framework/math
1 parent d8bf184 commit 25e62daCopy full SHA for 25e62da
ChangeLog.md
@@ -3,6 +3,10 @@ MongoDB for XP Framework ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
+## 3.5.0 / 2025-08-16
7
+
8
+* Added compatibility with `xp-framework/math` version 10.0+ - @thekid
9
10
## 3.4.0 / 2025-07-27
11
12
* Merged PR #62: Implement compression via zlib and zstd. See issue #61
composer.json
@@ -8,7 +8,7 @@
"require" : {
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
"xp-framework/networking": "^10.0",
- "xp-framework/math": "^9.1",
+ "xp-framework/math": "^10.0 | ^9.1",
"php" : ">=7.4.0"
13
},
14
"require-dev" : {
0 commit comments