Skip to content

Commit

Permalink
Merge pull request #2 from ymlluo/dev
Browse files Browse the repository at this point in the history
support  php 8 version
  • Loading branch information
ymlluo authored Nov 28, 2021
2 parents 90654ed + 1d99f99 commit de522b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://github.com/ymlluo/group-robot",
"keywords": ["Laravel", "GroupRobot","robot","dingtalk","wechat","feishu"],
"require": {
"php": "^7.1",
"php": "^7.1|^8.0",
"ext-zip": "*",
"ext-curl": "*",
"ext-json": "*",
Expand Down
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,23 @@ Table of Contents
Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)




# 安装

Via Composer

``` bash
$ composer require ymlluo/group-robot
```
## 升级 composer 版本 v2
```bash

sudo apt-get remove composer;
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');";
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');";
composer self-update;
```

# 使用说明

Expand Down

0 comments on commit de522b2

Please sign in to comment.