1 Star 0 Fork 582

西集/ThinkCMF

forked from thinkcmf/ThinkCMF 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
zxxjj 提交于 2022-04-29 12:46 . 修复命令行报错
{
"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",
"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",
"xia/migration": "^6.0",
"topthink/framework": "6.0.12"
},
"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",
"allow-plugins": {
"thinkcmf/cmf-root": true
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
},
"repositories": {
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ywfwj2008/ThinkCMF.git
git@gitee.com:ywfwj2008/ThinkCMF.git
ywfwj2008
ThinkCMF
ThinkCMF
6.0

搜索帮助