mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
修复seeder错误;删除第三方的think迁移工具,在extend中重新实现;
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
"topthink/think-multi-app": "^1.0",
|
||||
"topthink/think-view": "^2.0",
|
||||
"topthink/think-captcha": "^3.0",
|
||||
"topthink/think-migration": "^3.0",
|
||||
"guzzlehttp/guzzle": "^7.4",
|
||||
"phpoffice/phpspreadsheet": "^1.22",
|
||||
"doctrine/annotations": "^1.13",
|
||||
@@ -40,7 +39,8 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"app\\": "app"
|
||||
"app\\": "app",
|
||||
"Phinx\\": "extend/phinx"
|
||||
},
|
||||
"psr-0": {
|
||||
"": "extend/"
|
||||
|
||||
Reference in New Issue
Block a user