Skip to content

Commit af3eeae

Browse files
author
Jon Elverkilde
authored
Merge pull request #317 from pusher/develop
Develop
2 parents 6d73ae2 + ecf3c78 commit af3eeae

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,5 +1,9 @@
11
# Changelog
22

3+
## 7.0.2
4+
5+
* [CHANGED] Add psr/log v2.0 and v3.0 compatibility
6+
37
## 7.0.1
48

59
* [FIXED] Infinite recursion in `presence_auth`.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ext-curl": "*",
99
"ext-json": "*",
1010
"guzzlehttp/guzzle": "^7.2",
11-
"psr/log": "^1.0",
11+
"psr/log": "^1.0|^2.0|^3.0",
1212
"paragonie/sodium_compat": "^1.6"
1313
},
1414
"require-dev": {

src/Pusher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Pusher implements LoggerAwareInterface, PusherInterface
1919
/**
2020
* @var string Version
2121
*/
22-
public static $VERSION = '7.0.1';
22+
public static $VERSION = '7.0.2';
2323

2424
/**
2525
* @var null|PusherCrypto

0 commit comments

Comments
 (0)