From 0e3a896be94180129257a1744d4db3d12bccb0a0 Mon Sep 17 00:00:00 2001 From: Chaim Date: Mon, 13 Apr 2020 14:37:14 +0800 Subject: [PATCH] - test --- README.md | 12 +++++++++--- composer.json | 3 ++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e84b4a4..7253c2e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ dtApp Logo -

ThinkPhp扩展包

+

ThinkPhP6扩展包

-📦 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 diff --git a/composer.json b/composer.json index 5fcace8..181e887 100644 --- a/composer.json +++ b/composer.json @@ -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": {