We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a87d5 commit 765ea03Copy full SHA for 765ea03
2 files changed
ChangeLog.md
@@ -3,6 +3,10 @@ XP Math changelog
3
4
## ?.?.? / ????-??-??
5
6
+## 9.3.0 / 2024-03-24
7
+
8
+* Made compatible with XP 12 - @thekid
9
10
## 9.2.0 / 2024-03-01
11
12
* Added PHP 8.4 to the test matrix - @thekid
composer.json
@@ -6,11 +6,11 @@
"description" : "Big number handling",
"keywords": ["module", "xp"],
"require" : {
- "xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
+ "xp-framework/core": "^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
"php" : ">=7.0.0"
},
"require-dev" : {
13
- "xp-framework/test": "^1.0"
+ "xp-framework/test": "^2.0 | ^1.0"
14
15
"autoload" : {
16
"files" : ["src/main/php/autoload.php"]
0 commit comments