Skip to content

Commit c7d3c63

Browse files
authored
Merge pull request #296 from munafio/v1.x-dev
V1.x dev
2 parents 8a9aefc + 3c06661 commit c7d3c63

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v1.6.2 (2023-07-27)
6+
7+
### Added
8+
9+
- Support for a custom WS server #291.
10+
511
## v1.6.1 (2023-03-03)
612

713
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"minimum-stability": "dev",
2525
"prefer-stable": true,
2626
"require": {
27-
"pusher/pusher-php-server": "^7.2"
27+
"pusher/pusher-php-server": "^6.0|^7.0|^7.1"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)