You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to keep up and this library supports **Bolt <= 5.8**.
32
+
We are trying to keep up and this library supports **Bolt <= 6**.
33
33
34
34
## :books: Supported ecosystems
35
35
@@ -198,7 +198,7 @@ foreach ($protocol->getResponses() as $response) {
198
198
}
199
199
```
200
200
201
-
:information_source: Default settings for bolt protocol version is 4.3, 4.4 and 5.0 to 5.8. If you are within this list you can ommit calling `$bolt->setProtocolVersions();`.
201
+
:information_source: Default settings for bolt protocol version is 4.3, 4.4, 5.0 to 5.8 and 6. If you are within this list you can ommit calling `$bolt->setProtocolVersions();`.
0 commit comments