Skip to content

Commit 5261176

Browse files
Added explanation why v4 isn't supported
1 parent 5fe86ce commit 5261176

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Bolt
22
Bolt protocol library over TCP socket. Bolt protocol is primary used for communication with [Neo4j](https://neo4j.com/) Graph database. The documentation is available at https://boltprotocol.org/v1/
33

4+
## Supported version
5+
Bolt < 4.0
6+
7+
Neo4j version 4.0 is out for some time and I'm sorry to tell you, but this software won't work with it. Reason is outdated documentation for Bolt protocol handled by Neo4j team, which is still available only for version 1.0. Suddenly Neo4j 4.0 drops support for Bolt V1.
8+
49
## Requirements
510
PHP >= 7.1
611
extensions:

0 commit comments

Comments
 (0)