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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,8 @@ foreach ($protocol->getResponses() as $response) {
181
181
}
182
182
```
183
183
184
+
: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(5.4);`.
185
+
184
186
### Autoload
185
187
186
188
Directory `src` contains autoload file which accepts only Bolt library namespaces. Main Bolt namespace points to this
0 commit comments