Skip to content

Commit 700a0bb

Browse files
Merge pull request #61 from transistive/quality-of-life
moved sockets extension from a requirement to a suggestion
2 parents 85476a0 + bade266 commit 700a0bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"minimum-stability": "stable",
1010
"require": {
1111
"php": ">=7.1.0",
12-
"ext-sockets": "*",
1312
"ext-mbstring": "*"
1413
},
1514
"require-dev": {
@@ -43,7 +42,8 @@
4342
}
4443
},
4544
"suggest": {
46-
"laudis/neo4j-php-client": "Neo4j-PHP-Client is the most advanced PHP Client for Neo4j"
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"
4747
},
4848
"scripts": {
4949
"test": [

0 commit comments

Comments
 (0)