Skip to content

Commit 337e2ea

Browse files
committed
Merge branch 'master' into feature/srv
2 parents 96b1ed4 + e06daa7 commit 337e2ea

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ MongoDB for XP Framework ChangeLog
33

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

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+
612
* Fixed PHP 8.1 compatibility for IteratorAggregate / ArrayAccess return
713
type declarations
814
(@thekid)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description" : "MongoDB connectivity for XP Framework",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
9+
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
1010
"xp-framework/networking": "^10.0 | ^9.0 | ^8.0",
1111
"php" : ">=7.0.0"
1212
},

0 commit comments

Comments
 (0)