3 Star 4 Fork 4

宇泰/thinkphp-blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
宇泰 提交于 2020-05-09 21:40 . 优化调整
{
"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.0.0",
"topthink/framework":"5.1.*",
"topthink/think-migration":"2.*",
"topthink/think-captcha":"2.*",
"fzaninotto/faker":"^1.8",
"overtrue/wechat":"~4.0",
"xin/helper":"^2.0",
"xin/iplocation":"^1.0",
"xin/analysis":"^1.0",
"xin/article-collect":"^1.0",
"xin/oss":"^1.0",
"xin/support":"@dev",
"xin/thinkphp5-extra":"@dev",
"ext-mbstring":"*",
"ext-simplexml":"*",
"ext-openssl":"*",
"ext-json":"*"
},
"autoload":{
"psr-4":{
"app\\":"application"
}
},
"extra":{
"think-path":"thinkphp"
},
"config":{
"preferred-install":"dist"
},
"repositories":[
{
"type":"path",
"url":"D:\\www\\php-support"
},
{
"type":"path",
"url":"D:\\www\\thinkphp5-extra"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/liuxiaojinla/thinkphp-blog.git
git@gitee.com:liuxiaojinla/thinkphp-blog.git
liuxiaojinla
thinkphp-blog
thinkphp-blog
master

搜索帮助