We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a00988 commit 0d59156Copy full SHA for 0d59156
composer.json
@@ -17,7 +17,6 @@
17
"require": {
18
"php": ">=8.0",
19
"ext-json": "*",
20
- "ext-redis": "*",
21
"webman/console": "^1.0 | ^2.0",
22
"guzzlehttp/guzzle": "^7.0 | ^8.0",
23
"monolog/monolog": "^2.0 | ^3.0"
src/constants.php
@@ -13,7 +13,7 @@
13
14
namespace Workbunny\WebmanPushServer;
15
16
-const VERSION = '3.0.0';
+const VERSION = '3.2.1';
const EVENT_CONNECTION_ESTABLISHED = 'pusher:connection_established';
const EVENT_ERROR = 'pusher:error';
0 commit comments