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 3f52752 commit f53397dCopy full SHA for f53397d
composer.json
@@ -9,7 +9,6 @@
9
"minimum-stability": "stable",
10
"require": {
11
"php": ">=7.1.0",
12
- "ext-sockets": "*",
13
"ext-mbstring": "*"
14
},
15
"require-dev": {
@@ -43,7 +42,8 @@
43
42
}
44
45
"suggest": {
46
- "laudis/neo4j-php-client": "Neo4j-PHP-Client is the most advanced PHP Client for Neo4j"
+ "laudis/neo4j-php-client": "Neo4j-PHP-Client is the most advanced PHP Client for Neo4j",
+ "ext-sockets": "*"
47
48
"scripts": {
49
"test": [
0 commit comments