Skip to content

Commit cfb39fb

Browse files
committed
removed php-sockets requirement from documenation
1 parent 4fa8f3d commit cfb39fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ $client->run('MATCH (x) WHERE x.slug in $listOrMap RETURN x', ['listOrMap' => []
294294
* PHP >= 7.4
295295
* A Neo4j database (minimum version 3.5)
296296
* ext-bcmath *
297-
* ext-sockets *
298297
* ext-json **
299298

300299
(*) Needed to implement the bolt protocol
@@ -308,9 +307,6 @@ If you plan on using the HTTP drivers, make sure you have [psr-7](https://www.ph
308307
composer require nyholm/psr7 nyholm/psr7-server kriswallsmith/buzz
309308
```
310309

311-
If you plan on using the Bolt protocol, make sure you have the sockets extension enabled.
312-
313-
314310

315311
## Concepts
316312

0 commit comments

Comments
 (0)