This commit is contained in:
2020-02-18 10:15:02 +08:00
parent 5fb45fc57c
commit d4325e3016
18 changed files with 194 additions and 159 deletions

32
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0476987d328bafb722d7dd0d63579fa8",
"content-hash": "6b1346aad2724d940b44b2a507ab9be5",
"packages": [
{
"name": "lcobucci/jwt",
@@ -636,6 +636,36 @@
"description": "thinkphp jwt auth composer",
"time": "2019-11-19T07:11:50+00:00"
},
{
"name": "sent/tree",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://gitee.com/ycgpp/tree.git",
"reference": "61229ea4cc4485fb8a82343921d33559daed2992"
},
"require": {
"php": ">=5.6"
},
"type": "library",
"autoload": {
"psr-4": {
"sent\\tree\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "molong",
"email": "ycgpp@126.com"
}
],
"description": "tree",
"time": "2019-11-26T13:24:07+00:00"
},
{
"name": "topthink/framework",
"version": "v6.0.2",