From f53397dae0d92341f8203ff26da440205a1b249d Mon Sep 17 00:00:00 2001 From: ghlen Date: Wed, 29 Sep 2021 23:11:43 +0200 Subject: [PATCH 1/2] moved sockets extension from a requirement to a suggestion --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6f265d3..49e53a6 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,6 @@ "minimum-stability": "stable", "require": { "php": ">=7.1.0", - "ext-sockets": "*", "ext-mbstring": "*" }, "require-dev": { @@ -43,7 +42,8 @@ } }, "suggest": { - "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": "*" }, "scripts": { "test": [ From bade266ba9893a106046d5aecb48d7ebcc953d08 Mon Sep 17 00:00:00 2001 From: ghlen Date: Thu, 30 Sep 2021 01:20:16 +0200 Subject: [PATCH 2/2] added useful suggest message --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 49e53a6..60d9ec5 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ }, "suggest": { "laudis/neo4j-php-client": "Neo4j-PHP-Client is the most advanced PHP Client for Neo4j", - "ext-sockets": "*" + "ext-sockets": "Needed when using the Bolt\\connection\\Socket" }, "scripts": { "test": [