We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3562c8 commit b28f1bdCopy full SHA for b28f1bd
composer.json
@@ -43,7 +43,8 @@
43
},
44
"suggest": {
45
"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"
+ "ext-sockets": "Needed when using the Bolt\\connection\\Socket",
47
+ "ext-openssl": "Needed when using StreamSocket connection class with SSL"
48
49
"scripts": {
50
"test": [
0 commit comments