Skip to content

Commit 7beb7fe

Browse files
committed
Fix mongodb stub file
1 parent c1f22bd commit 7beb7fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

extension/BuildPhpExtension/config/stubs/mongodb.composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"require": {
3-
"libsasl": "*",
43
"openssl": "*"
54
},
65
"php-ext": {
@@ -9,10 +8,10 @@
98
"name": "enable-mongodb"
109
},
1110
{
12-
"name": "with-mongodb-sasl"
11+
"name": "with-mongodb-sasl=yes"
1312
},
1413
{
15-
"name": "with-mongodb-client-side-encryption"
14+
"name": "with-mongodb-client-side-encryption=yes"
1615
}
1716
]
1817
}

0 commit comments

Comments
 (0)