Chaim 4 years ago
parent 7a81899d6f
commit 0e3a896be9

@ -1,8 +1,8 @@
<img align="right" width="100" src="https://cdn.oss.liguangchun.cn/04/999e9f2f06d396968eacc10ce9bc8a.png" alt="dtApp Logo"/>
<h1 align="left"><a href="https://www.dtapp.net/">ThinkPhp扩展包</a></h1>
<h1 align="left"><a href="https://www.dtapp.net/">ThinkPhP6扩展包</a></h1>
📦 ThinkPhp扩展包
📦 ThinkPhP6扩展包
[![Latest Stable Version](https://poser.pugx.org/liguangchun/think-library/v/stable)](https://packagist.org/packages/liguangchun/think-library)
[![Latest Unstable Version](https://poser.pugx.org/liguangchun/think-library/v/unstable)](https://packagist.org/packages/liguangchun/think-library)
@ -11,14 +11,20 @@
## 依赖环境
1. PHP7.0 版本及以上低版本和7.4版本未做兼容处理!)
1. PHP7.0 版本及以上
## 安装
### 开发版
```text
composer require liguangchun/think-library ^6.x-dev -vvv
```
### 稳定版
```text
composer require liguangchun/think-library ^6.0.* -vvv
```
## 更新
```text

@ -21,7 +21,8 @@
"homepage": "https://www.dtapp.net",
"require": {
"php": ">=7.0",
"topthink/framework": "^6.0",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"liguangchun/ip": "^1.1"
},
"autoload": {

Loading…
Cancel
Save