fix:修复BUG/升级1.1.6版本

This commit is contained in:
Ying
2023-04-25 20:11:49 +08:00
parent 445e5f9662
commit 6a6866bbaf
2357 changed files with 456920 additions and 140567 deletions

View File

@@ -6,8 +6,8 @@
"description": "Message queue system written in PHP based on workerman and backed by Redis.",
"require": {
"php": ">=5.4",
"workerman/redis" : "^1.0",
"workerman/workerman" : "^4.0.20"
"workerman/redis" : "^1.0||^2.0",
"workerman/workerman" : ">=4.0.20"
},
"autoload": {
"psr-4": {"Workerman\\RedisQueue\\": "./src"}

View File

@@ -22,6 +22,7 @@ use Workerman\Redis\Client as Redis;
* Class Client
* @package Workerman\RedisQueue
*/
#[\AllowDynamicProperties]
class Client
{
/**