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.
2 parents 96b1ed4 + e06daa7 commit 337e2eaCopy full SHA for 337e2ea
ChangeLog.md
@@ -3,6 +3,12 @@ MongoDB for XP Framework ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
+## 0.7.1 / 2021-10-21
7
+
8
+* Made library compatible with XP 11 - @thekid
9
10
+## 0.7.0 / 2021-09-16
11
12
* Fixed PHP 8.1 compatibility for IteratorAggregate / ArrayAccess return
13
type declarations
14
(@thekid)
composer.json
@@ -6,7 +6,7 @@
"description" : "MongoDB connectivity for XP Framework",
"keywords": ["module", "xp"],
"require" : {
- "xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
+ "xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/networking": "^10.0 | ^9.0 | ^8.0",
"php" : ">=7.0.0"
},
0 commit comments