Skip to content

Commit 43540be

Browse files
authored
Merge pull request #222 from pusher/v400
v4.0.0 release
2 parents f9fc774 + 0023fb5 commit 43540be

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.0 (2019-06-17)
2+
3+
[REMOVED] Support for PHP 5.x, PHP 7.0 and HHVM.
4+
15
## 3.4.1 (2019-03-18)
26

37
[ADDED] Support for PHP 7.3.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Or add to `composer.json`:
1818

1919
```json
2020
"require": {
21-
"pusher/pusher-php-server": "^3.0"
21+
"pusher/pusher-php-server": "^4.0"
2222
}
2323
```
2424

src/Pusher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Pusher implements LoggerAwareInterface
1414
/**
1515
* @var string Version
1616
*/
17-
public static $VERSION = '3.4.1';
17+
public static $VERSION = '4.0.0';
1818

1919
/**
2020
* @var null|PusherCrypto

0 commit comments

Comments
 (0)