1 Star 0 Fork 0

凡星 / xiaowei

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
凡星 提交于 2020-12-21 17:37 . 上传代码
{
"name": "topthink/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "6.0.*-dev",
"topthink/think-view": "^1.0",
"symfony/var-dumper":"^4.2",
"topthink/think-captcha": "^3.0",
"topthink/think-image": "^1.0",
"topthink/think-multi-app": "^1.0",
"jaeger/querylist": "^4.2",
"robmorgan/phinx": "^0.12.4"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
PHP
1
https://gitee.com/bctos_cn/xiaowei.git
git@gitee.com:bctos_cn/xiaowei.git
bctos_cn
xiaowei
xiaowei
master

搜索帮助