Skip to content

Commit d7b48f0

Browse files
committed
Setup compatibility matrix
See #187
1 parent 40a803b commit d7b48f0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,12 @@ $client->run('MATCH (x) WHERE x.slug in $listOrMap RETURN x', ['listOrMap' => Pa
265265
$client->run('MATCH (x) WHERE x.slug in $listOrMap RETURN x', ['listOrMap' => []]); // will return an empty CypherList
266266
```
267267

268-
### Neo4j Version Support
268+
### Version compatibility matrix
269269

270-
| **Version** | **Tested** |
271-
|-------------|------------|
272-
| 3.0 + | Yes |
273-
| 4.0 + | Yes |
274-
| 5.0 + | Yes |
270+
| **Driver Version** | **PHP Version** | **Neo4j Version** |
271+
|--------------------|-----------------|-------------------|
272+
| ^2.8 | 7.4, ^8.0 | ^3.5, ^4.0 |
273+
| ^3.0 | ^8.0 | ^4.0, ^5.0 |
275274

276275
### Neo4j Feature Support
277276

0 commit comments

Comments
 (0)