Skip to content

Commit e437155

Browse files
committed
Update mongodb.composer.json
1 parent 868a47e commit e437155

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"ext-apcu": "*",
55
"openssl": "*",
66
"zlib": "*",
7-
"ext-zstd": "*"
7+
"ext-zstd": "*",
8+
"libsasl": "*"
89
},
910
"php-ext":
1011
{
@@ -18,6 +19,9 @@
1819
{
1920
"name": "with-mongodb-zstd=yes"
2021
},
22+
{
23+
name": "with-mongodb-sasl=yes
24+
},
2125
{
2226
"name": "with-mongodb-ssl=openssl"
2327
},

0 commit comments

Comments
 (0)