File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ MongoDB for XP Framework ChangeLog
3
3
4
4
## ?.?.? / ????-??-??
5
5
6
+ ## 2.3.0 / 2024-03-24
7
+
8
+ * Made compatible with XP 12 - @thekid
9
+
6
10
## 2.2.0 / 2023-12-30
7
11
8
12
* Merged PR #44 : Add ` equals() ` methods for wrapper classes - @thekid
Original file line number Diff line number Diff line change 6
6
"description" : " MongoDB connectivity for XP Framework" ,
7
7
"keywords" : [" module" , " xp" ],
8
8
"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" ,
10
10
"xp-framework/networking" : " ^10.0 | ^9.0 | ^8.0" ,
11
11
"xp-framework/math" : " ^9.1" ,
12
12
"php" : " >=7.0.0"
13
13
},
14
14
"require-dev" : {
15
- "xp-framework/test" : " ^1.5"
15
+ "xp-framework/test" : " ^2.0 | ^ 1.5"
16
16
},
17
17
"autoload" : {
18
18
"files" : [" src/main/php/autoload.php" ]
You can’t perform that action at this time.
0 commit comments