Skip to content

Commit 2e42250

Browse files
committed
upgrade mongodb ref to version 1.21.1
1 parent 96f040b commit 2e42250

File tree

4 files changed

+64
-58
lines changed

4 files changed

+64
-58
lines changed

data/reference/extension/mongodb/1/classes.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
{
103103
"name": "MongoDB\\Driver\\CursorId",
104104
"ext_min": "1.15.0",
105-
"ext_max": "1.21.0",
105+
"ext_max": "1.21.1",
106106
"php_min": "7.2.0"
107107
},
108108
{
@@ -163,7 +163,7 @@
163163
{
164164
"name": "MongoDB\\Driver\\Exception\\SSLConnectionException",
165165
"ext_min": "1.15.0",
166-
"ext_max": "1.21.0",
166+
"ext_max": "1.21.1",
167167
"php_min": "7.2.0"
168168
},
169169
{
@@ -174,7 +174,7 @@
174174
{
175175
"name": "MongoDB\\Driver\\Exception\\WriteException",
176176
"ext_min": "1.15.0",
177-
"ext_max": "1.21.0",
177+
"ext_max": "1.21.1",
178178
"php_min": "7.2.0"
179179
},
180180
{

data/reference/extension/mongodb/1/functions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
{
33
"name": "MongoDB\\BSON\\fromJSON",
44
"ext_min": "1.15.0",
5-
"ext_max": "1.21.0",
5+
"ext_max": "1.21.1",
66
"php_min": "7.2.0"
77
},
88
{
99
"name": "MongoDB\\BSON\\fromPHP",
1010
"ext_min": "1.15.0",
11-
"ext_max": "1.21.0",
11+
"ext_max": "1.21.1",
1212
"php_min": "7.2.0"
1313
},
1414
{
1515
"name": "MongoDB\\BSON\\toCanonicalExtendedJSON",
1616
"ext_min": "1.15.0",
17-
"ext_max": "1.21.0",
17+
"ext_max": "1.21.1",
1818
"php_min": "7.2.0"
1919
},
2020
{
2121
"name": "MongoDB\\BSON\\toJSON",
2222
"ext_min": "1.15.0",
23-
"ext_max": "1.21.0",
23+
"ext_max": "1.21.1",
2424
"php_min": "7.2.0"
2525
},
2626
{
2727
"name": "MongoDB\\BSON\\toPHP",
2828
"ext_min": "1.15.0",
29-
"ext_max": "1.21.0",
29+
"ext_max": "1.21.1",
3030
"php_min": "7.2.0"
3131
},
3232
{
3333
"name": "MongoDB\\BSON\\toRelaxedExtendedJSON",
3434
"ext_min": "1.15.0",
35-
"ext_max": "1.21.0",
35+
"ext_max": "1.21.1",
3636
"php_min": "7.2.0"
3737
},
3838
{

0 commit comments

Comments
 (0)