We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a9aefc + 3c06661 commit c7d3c63Copy full SHA for c7d3c63
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v1.6.2 (2023-07-27)
6
+
7
+### Added
8
9
+- Support for a custom WS server #291.
10
11
## v1.6.1 (2023-03-03)
12
13
### Fixed
composer.json
@@ -24,7 +24,7 @@
24
"minimum-stability": "dev",
25
"prefer-stable": true,
26
"require": {
27
- "pusher/pusher-php-server": "^7.2"
+ "pusher/pusher-php-server": "^6.0|^7.0|^7.1"
28
},
29
"autoload": {
30
"psr-4": {
0 commit comments