Skip to content

Commit b28f1bd

Browse files
Update composer.json
1 parent b3562c8 commit b28f1bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
},
4444
"suggest": {
4545
"laudis/neo4j-php-client": "Neo4j-PHP-Client is the most advanced PHP Client for Neo4j",
46-
"ext-sockets": "Needed when using the Bolt\\connection\\Socket"
46+
"ext-sockets": "Needed when using the Bolt\\connection\\Socket",
47+
"ext-openssl": "Needed when using StreamSocket connection class with SSL"
4748
},
4849
"scripts": {
4950
"test": [

0 commit comments

Comments
 (0)