first commit

This commit is contained in:
yanwenwu
2019-12-22 09:37:52 +08:00
parent cf1dedabd4
commit b27ef2570a
359 changed files with 34726 additions and 758 deletions

View File

@@ -21,7 +21,8 @@
"topthink/think-orm": "^2.0",
"topthink/think-view": "^1.0",
"topthink/think-migration": "^3.0",
"topthink/think-captcha": "^3.0"
"topthink/think-captcha": "^3.0",
"thans/tp-jwt-auth": "^1.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
@@ -29,11 +30,11 @@
},
"autoload": {
"files": [
"catchAdmin/helper.php"
"catch/helper.php"
],
"psr-4": {
"app\\": "app",
"catchAdmin\\": "catchAdmin",
"catchAdmin\\": "catch",
"jaguarjack\\think\\module\\": "extend/think-module/src"
},
"psr-0": {