218 Star 841 Fork 267

橘子俊 / hisiphp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 951 Bytes
一键复制 编辑 原始数据 按行查看 历史
橘子俊 提交于 2019-08-26 09:30 . 升级TP至5.1.38
{
"name": "hisiphp/hisiphp",
"description": "the hisiphp admin framework",
"type": "project",
"keywords": [
"hisiphp",
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://www.hisiphp.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "hisiphp",
"email": "364666827@qq.com",
"homepage": "http://www.hisiphp.com",
"role": "Creator"
}
],
"require": {
"php": ">=5.6.0",
"topthink/framework": "5.1.*",
"topthink/think-captcha": "^2.0",
"topthink/think-image": "^1.0",
"topthink/think-helper": "^1.0",
"psr/log": "^1.1",
"guzzlehttp/guzzle": "6.*"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}
PHP
1
https://gitee.com/hisi/hisiphp.git
git@gitee.com:hisi/hisiphp.git
hisi
hisiphp
hisiphp
thinkphp5.1/v2

搜索帮助