Skip to content

Commit 0d59156

Browse files
committed
update
1 parent 0a00988 commit 0d59156

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"require": {
1818
"php": ">=8.0",
1919
"ext-json": "*",
20-
"ext-redis": "*",
2120
"webman/console": "^1.0 | ^2.0",
2221
"guzzlehttp/guzzle": "^7.0 | ^8.0",
2322
"monolog/monolog": "^2.0 | ^3.0"

src/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace Workbunny\WebmanPushServer;
1515

16-
const VERSION = '3.0.0';
16+
const VERSION = '3.2.1';
1717

1818
const EVENT_CONNECTION_ESTABLISHED = 'pusher:connection_established';
1919
const EVENT_ERROR = 'pusher:error';

0 commit comments

Comments
 (0)