|
|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "1a5c089f6890394e174e43150171a25f",
|
|
|
+ "content-hash": "f716421c6bb3c5add8c4fd4b6c47eba9",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "cakephp/core",
|
|
|
@@ -3049,6 +3049,108 @@
|
|
|
},
|
|
|
"time": "2022-03-25T02:01:45+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "webman/redis-queue",
|
|
|
+ "version": "v1.1.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/webman-php/redis-queue.git",
|
|
|
+ "reference": "70c430453c6ddf5256660d0d33ee4e5f4ce7530d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/webman-php/redis-queue/zipball/70c430453c6ddf5256660d0d33ee4e5f4ce7530d",
|
|
|
+ "reference": "70c430453c6ddf5256660d0d33ee4e5f4ce7530d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "workerman/redis-queue": "^1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Webman\\RedisQueue\\": "./src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "description": "Redis message queue plugin for webman.",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/webman-php/redis-queue/issues",
|
|
|
+ "source": "https://github.com/webman-php/redis-queue/tree/v1.1.2"
|
|
|
+ },
|
|
|
+ "time": "2022-03-25T08:58:10+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "workerman/redis",
|
|
|
+ "version": "v1.0.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/walkor/redis.git",
|
|
|
+ "reference": "5e65740b72042130b9c928a2be7bebb8609a1f2e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/walkor/redis/zipball/5e65740b72042130b9c928a2be7bebb8609a1f2e",
|
|
|
+ "reference": "5e65740b72042130b9c928a2be7bebb8609a1f2e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4",
|
|
|
+ "workerman/workerman": ">=3.5.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Workerman\\Redis\\": "./src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "homepage": "http://www.workerman.net",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/walkor/redis/issues",
|
|
|
+ "source": "https://github.com/walkor/redis/tree/v1.0.7"
|
|
|
+ },
|
|
|
+ "time": "2021-10-13T10:28:56+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "workerman/redis-queue",
|
|
|
+ "version": "v1.0.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/walkor/redis-queue.git",
|
|
|
+ "reference": "6f6d51aa2e485965625a06c42881c9394dff7548"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/walkor/redis-queue/zipball/6f6d51aa2e485965625a06c42881c9394dff7548",
|
|
|
+ "reference": "6f6d51aa2e485965625a06c42881c9394dff7548",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4",
|
|
|
+ "workerman/redis": "^1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Workerman\\RedisQueue\\": "./src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "Message queue system written in PHP based on workerman and backed by Redis.",
|
|
|
+ "homepage": "http://www.workerman.net",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/walkor/redis-queue/issues",
|
|
|
+ "source": "https://github.com/walkor/redis-queue/tree/v1.0.6"
|
|
|
+ },
|
|
|
+ "time": "2022-03-22T15:27:02+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "workerman/webman-framework",
|
|
|
"version": "v1.3.6",
|