1 Star 0 Fork 573

MemoryFast / ThinkCMF

forked from thinkcmf / ThinkCMF 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
zxxjj 提交于 2021-09-29 19:08 . 6.0.4-dev
{
"name": "thinkcmf/thinkcmf",
"description": "ThinkCMF based on ThinkPHP 6.0 , 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": "catman",
"email": "catman@thinkcmf.com"
},
{
"name": "Xia",
"email": "449134904@qq.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.1.0",
"ext-json": "*",
"ext-curl": "*",
"ext-pdo": "*",
"thinkcmf/cmf": "^6.0.0",
"thinkcmf/cmf-app": "^6.0.0",
"thinkcmf/cmf-route": "^6.0.0",
"topthink/framework": "^6.0.0",
"thinkcmf/think-view": "~1.0.15",
"topthink/think-orm": "^2.0",
"topthink/think-captcha": "^3.0",
"thinkcmf/cmf-install": "^6.0.0",
"thinkcmf/cmf-api": "^6.0.0",
"thinkcmf/cmf-appstore": "^1.0",
"thinkcmf/cmf-root": "^1.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app",
"api\\": "api",
"plugins\\": "public/plugins",
"themes\\": "public/themes"
},
"psr-0": {
"": "extend/"
}
},
"extra": {
"think-config": "data/config"
},
"config": {
"preferred-install": "dist",
"vendor-dir": "vendor"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
},
"repositories": {
}
}
PHP
1
https://gitee.com/MemoryFast/ThinkCMF.git
git@gitee.com:MemoryFast/ThinkCMF.git
MemoryFast
ThinkCMF
ThinkCMF
6.0

搜索帮助