前端组件调整,剔除无用文件

This commit is contained in:
2019-09-28 20:12:43 +08:00
parent 0b0d659c5e
commit c29b8358be
3496 changed files with 893 additions and 393801 deletions

View File

@@ -19,7 +19,9 @@
"php": ">=7.1.0",
"topthink/framework": "6.0.*-dev",
"topthink/think-orm": "2.0.*-dev",
"topthink/think-view": "^1.0"
"topthink/think-view": "^1.0",
"xaboy/form-builder": "~2.0",
"overtrue/wechat": "~4.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2"
@@ -40,5 +42,11 @@
"@php think service:discover",
"@php think vendor:publish"
]
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
}
}