Skip to content

Commit db4bde7

Browse files
updated readme
1 parent d98789f commit db4bde7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
# Bolt
44
PHP library for communication with graph database over TCP socket with Bolt protocol specification. Bolt protocol was created by [Neo4j](https://neo4j.com/) and documentation is available at [https://www.neo4j.com/](https://www.neo4j.com/docs/bolt/current/). This library is aimed to be low level, support all available versions and keep up with protocol messages architecture and specifications.
55

6-
![DB Tests PHP7](https://github.com/neo4j-php/Bolt/actions/workflows/db-test-php-7.yml/badge.svg?branch=master)
76
![DB Tests PHP8](https://github.com/neo4j-php/Bolt/actions/workflows/db-test-php-8.yml/badge.svg?branch=master)
8-
![No DB Tests PHP7](https://github.com/neo4j-php/Bolt/actions/workflows/no-db-test-php-7.yml/badge.svg?branch=master)
97
![No DB Tests PHP8](https://github.com/neo4j-php/Bolt/actions/workflows/no-db-test-php-8.yml/badge.svg?branch=master)
108

119
[![](https://img.shields.io/github/stars/stefanak-michal/Bolt)](https://github.com/neo4j-php/Bolt/stargazers)
@@ -17,15 +15,15 @@ PHP library for communication with graph database over TCP socket with Bolt prot
1715

1816
## Version support
1917

20-
We are trying to keep up and this library supports **Neo4j <= 5.2** with **Bolt <= 5.2**.
18+
We are trying to keep up and this library supports **Neo4j <= 5.2** with **Bolt <= 5.0**.
2119

2220
https://www.neo4j.com/docs/bolt/current/bolt-compatibility/
2321

2422
## Requirements
2523

26-
Keep up with [PHP supported versions](https://www.php.net/supported-versions.php) means we are at **PHP >= 7.4**.
24+
Keep up with [PHP supported versions](https://www.php.net/supported-versions.php) means we are at **PHP >= 8.0**.
2725

28-
_If you need support for PHP < 7.4 you can use latest v3.x release. Not all new features are implement backwards and this readme is updated to latest released version._
26+
_If you need support for PHP < 7.4 you can use latest v3.x release and if you need PHP < 8.0 you can use v5.x. Not all new features are implement backwards and this readme is updated to latest released version._
2927

3028
### Extensions
3129

0 commit comments

Comments
 (0)