ComposerUpdate

This commit is contained in:
Anyon 2020-01-14 14:11:29 +08:00
parent f2d0c7e7d8
commit c8ca8c6fb5
5 changed files with 16 additions and 16 deletions

8
composer.lock generated
View File

@ -909,12 +909,12 @@
"source": {
"type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git",
"reference": "4b5d056a51c18261255b728d7ef2f40c5779805b"
"reference": "1e0488650982272bedf647c95f02924919dce206"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/4b5d056a51c18261255b728d7ef2f40c5779805b",
"reference": "4b5d056a51c18261255b728d7ef2f40c5779805b",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/1e0488650982272bedf647c95f02924919dce206",
"reference": "1e0488650982272bedf647c95f02924919dce206",
"shasum": "",
"mirrors": [
{
@ -958,7 +958,7 @@
],
"description": "ThinkPHP v6.0 Development Library",
"homepage": "http://framework.thinkadmin.top",
"time": "2020-01-14T02:21:11+00:00"
"time": "2020-01-14T06:06:23+00:00"
},
{
"name": "zoujingli/wechat-developer",

View File

@ -1,6 +1,6 @@
## 大道至简 · 原生框架
### 目前 ThinkAdmin v6 处调测阶段,请匆应用到生产版本的项目开发!!!
### 目前 ThinkAdmin v6 处调测阶段,请匆应用到生产版本的项目开发!!!
ThinkAdmin v6 依赖自制组件 ThinkLibrary v6ThinkLibrary v6 是针对 ThinkPHP 6.0 定制开发。
@ -56,8 +56,8 @@ public function index(){
部分代码来自互联网,若有异议可以联系作者进行删除。
* 在线体验地址https://v6.thinkadmin.top (账号和密码都是 admin
* Gitee仓库地址https://gitee.com/zoujingli/ThinkAdmin
* GitHub仓库地址https://github.com/zoujingli/ThinkAdmin
* Gitee仓库地址https://gitee.com/zoujingli/ThinkAdmin/tree/v6
* GitHub仓库地址https://github.com/zoujingli/ThinkAdmin/tree/v6
## 框架指令

View File

@ -935,12 +935,12 @@
"source": {
"type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git",
"reference": "4b5d056a51c18261255b728d7ef2f40c5779805b"
"reference": "1e0488650982272bedf647c95f02924919dce206"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/4b5d056a51c18261255b728d7ef2f40c5779805b",
"reference": "4b5d056a51c18261255b728d7ef2f40c5779805b",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/1e0488650982272bedf647c95f02924919dce206",
"reference": "1e0488650982272bedf647c95f02924919dce206",
"shasum": "",
"mirrors": [
{
@ -956,7 +956,7 @@
"ext-json": "*",
"topthink/framework": "^6.0"
},
"time": "2020-01-14T02:21:11+00:00",
"time": "2020-01-14T06:06:23+00:00",
"type": "library",
"extra": {
"think": {

2
vendor/services.php vendored
View File

@ -1,5 +1,5 @@
<?php
// This file is automatically generated at:2020-01-14 10:30:36
// This file is automatically generated at:2020-01-14 14:11:14
declare (strict_types = 1);
return array (
0 => 'think\\app\\Service',

View File

@ -20,9 +20,9 @@ ThinkLibrary 6.0 是针对 ThinkPHP 6.0 版本封装的一套工具类库,方
## 参考项目
#### ThinkAdmin - V6.0
* Gitee 仓库 https://gitee.com/zoujingli/ThinkAdmin
* Github 仓库 https://github.com/zoujingli/ThinkAdmin
* 体验地址账号密码都是adminhttps://demo.thinkadmin.top
* Gitee 仓库 https://gitee.com/zoujingli/ThinkAdmin/tree/v6
* Github 仓库 https://github.com/zoujingli/ThinkAdmin/tree/v6
* 体验地址账号密码都是adminhttps://v6.thinkadmin.top
## 代码仓库
ThinkLibrary 为 MIT 协议开源项目,安装使用或二次开发不受约束,欢迎 fork 项目。
@ -31,7 +31,7 @@ ThinkLibrary 6.0 是针对 ThinkPHP 6.0 版本封装的一套工具类库,方
* 在线体验地址https://v6.thinkadmin.top (账号和密码都是 admin
* Gitee仓库地址https://gitee.com/zoujingli/ThinkLibrary
* GitHub仓库地址https://github.com/zoujingli/ThinkLibrary
* Github仓库地址https://github.com/zoujingli/ThinkLibrary
## 使用说明
* ThinkLibrary 需要 Composer 支持