重新初始化

This commit is contained in:
2020-02-17 20:47:06 +08:00
parent 5c320206fb
commit 58d999ed73
4016 changed files with 1271 additions and 302396 deletions

View File

@@ -10,42 +10,39 @@
"homepage": "http://thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
}],
"require":
{
{
"name": "liu21st",
"email": "liu21st@gmail.com"
},
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0.28",
"topthink/think-orm": "^2.0",
"topthink/think-trace": "^1.2",
"topthink/think-view": "^1.0",
"overtrue/wechat": "~4.0",
"sent/think-auth": "^1.1",
"sent/think-jwt": "^1.0.0",
"sent/tree": "^1.0.0"
"liliuwei/thinkphp-jump": "^1.4",
"sent/think-auth": "^1.2"
},
"require-dev":
{
"require-dev": {
"symfony/var-dumper": "^4.2"
},
"autoload":
{
"psr-4":
{
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0":
{
"psr-0": {
"": "extend/"
}
},
"config":
{
"config": {
"preferred-install": "dist"
},
"scripts":
{
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"