1 Star 0 Fork 20

xiaoxiao88122/fusionAAS

forked from FusionSDK/fusionAAS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "thinkcmf/thinkcmf",
"description": "ThinkCMF based on ThinkPHP 5.1 , it is a free and open source Content Management Framework(CMF)",
"type": "project",
"keywords": [
"cmf",
"thinkcmf",
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://www.thinkcmf.com/",
"license": "MIT",
"authors": [
{
"name": "thinkcmf",
"email": "catman@thinkcmf.com"
}
],
"require": {
"php": ">=5.6.0",
"ext-json": "*",
"ext-curl": "*",
"ext-pdo": "*",
"topthink/think-helper": "^1.0",
"topthink/think-image": "^1.0",
"thinkcmf/cmf-app": "~5.1.0",
"thinkcmf/cmf-api": "~5.1.0",
"thinkcmf/cmf-swoole": "~5.1.0"
},
"extra": {
"think-path": "vendor/thinkphp",
"think-config": "data/config"
},
"config": {
"vendor-dir": "vendor"
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
},
"scripts": {
"post-update-cmd": [
"git clone -b v5.1.39 --depth=1 --recursive https://gitee.com/liu21st/framework.git ./vendor/thinkphp"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/xiaoxiao88122/fusionaas.git
git@gitee.com:xiaoxiao88122/fusionaas.git
xiaoxiao88122
fusionaas
fusionAAS
master

搜索帮助