Skip to content

Commit bbe6c0b

Browse files
committed
Make compatible with XP 12
1 parent c36b9fa commit bbe6c0b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.3.0 / 2024-03-24
7+
8+
* Made compatible with XP 12 - @thekid
9+
610
## 13.2.0 / 2023-11-19
711

812
* Implemented forward compatibility for SQLite error handling, see

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"description" : "RDBMS support for the XP Framework",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
9+
"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",
1212
"xp-framework/math": "^9.0 | ^8.0 | ^7.0",
1313
"php" : ">=7.0.0"
1414
},
1515
"require-dev" : {
16-
"xp-framework/test": "^1.0"
16+
"xp-framework/test": "^2.0 | ^1.0"
1717
},
1818
"autoload" : {
1919
"files" : ["src/main/php/autoload.php"]

0 commit comments

Comments
 (0)