From cddc132637df40ec5d41c003a2ed06350ad5a1d7 Mon Sep 17 00:00:00 2001 From: chaz6chez Date: Thu, 25 Jul 2024 11:22:16 +0800 Subject: [PATCH] readme update --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8018ca0..ce6e56c 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ Build Status - + PHP Version Require - + GitHub license @@ -61,8 +61,15 @@ - BuilderClass继承模式(类似ORM的ModelClass) - [支持自定义BuilderClass,实现自定义的消费逻辑](#custom) + ## 安装 +### 环境依赖 + +- **php >=8.0** +- **webman >= 1.0** +- **redis >= 6.2** + ``` composer require workbunny/webman-rqueue ```