This commit is contained in:
ichynul 2020-09-09 15:02:26 +08:00
parent dca173e31e
commit da3681e67b
2 changed files with 2 additions and 3 deletions

View File

@ -14,8 +14,7 @@
}
],
"require": {
"php": ">=7.0.0",
"topthink/framework": "5.1.*"
"php": ">=7.0.0"
},
"autoload": {
"psr-4": {

View File

@ -10,4 +10,4 @@
// +----------------------------------------------------------------------
use tpext\common\ExtLoader;
ExtLoader::watch('app_init', tpext\behavior\AppInit::class, true, '初始化tpext');
ExtLoader::watch('app_init', tpext\common\behavior\AppInit::class, true, '初始化tpext');