Skip to content

Commit 89dde18

Browse files
committed
Make compatible with xp-framework/math version 10.0+
1 parent 2a429be commit 89dde18

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 @@ RDBMS support for the XP Framework: MySQL, Sybase, MSSQL, PostgreSQL, SQLite3, I
33

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

6+
## 13.4.0 / 2025-08-16
7+
8+
* Added compatibility with `xp-framework/math` version 10.0+ - @thekid
9+
610
## 13.3.0 / 2024-03-24
711

812
* Made compatible with XP 12 - @thekid

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"xp-framework/core": "^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
1010
"xp-framework/logging": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
1111
"xp-framework/networking": "^10.0 | ^9.0 | ^8.0 | ^7.0",
12-
"xp-framework/math": "^9.0 | ^8.0 | ^7.0",
12+
"xp-framework/math": "^10.0 | ^9.0 | ^8.0 | ^7.0",
1313
"php" : ">=7.0.0"
1414
},
1515
"require-dev" : {

0 commit comments

Comments
 (0)