1 Star 0 Fork 118

mtr2015 / xhcms2

forked from 寒塘冷月 / xhcms2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
寒塘冷月 提交于 2019-07-29 15:03 . 首次更新
{
"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",
"phpoffice/phpexcel": "^1.8",
"qiniu/php-sdk": "^7.2",
"lcobucci/jwt": "^3.3",
"topthink/think-captcha": "^3.0"
},
"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/mtr2015/xhcms2.git
git@gitee.com:mtr2015/xhcms2.git
mtr2015
xhcms2
xhcms2
master

搜索帮助