Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Jul 25, 2024
1 parent 3c992a0 commit cddc132
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<a href="https://github.com/workbunny/webman-rqueue/actions">
<img src="https://github.com/workbunny/webman-rqueue/actions/workflows/CI.yml/badge.svg" alt="Build Status">
</a>
<a href="https://github.com/workbunny/webman-rqueue/blob/main/composer.json">
<a href="https://github.com/workbunny/webman-rqueue/blob/master/composer.json">
<img alt="PHP Version Require" src="http://poser.pugx.org/workbunny/webman-rqueue/require/php">
</a>
<a href="https://github.com/workbunny/webman-rqueue/blob/main/LICENSE">
<a href="https://github.com/workbunny/webman-rqueue/blob/master/LICENSE">
<img alt="GitHub license" src="http://poser.pugx.org/workbunny/webman-rqueue/license">
</a>

Expand Down Expand Up @@ -61,8 +61,15 @@
- BuilderClass继承模式(类似ORM的ModelClass)
- [支持自定义BuilderClass,实现自定义的消费逻辑](#custom)


## 安装

### 环境依赖

- **php >=8.0**
- **webman >= 1.0**
- **redis >= 6.2**

```
composer require workbunny/webman-rqueue
```
Expand Down

0 comments on commit cddc132

Please sign in to comment.