306 Star 1.8K Fork 566

GVPthinkcmf / ThinkCMF

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
zxxjj 提交于 2022-05-20 19:38 . 优化语言包加载
{
"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"
},
{
"name": "55",
"email": "wuwu@wuwuseo.com"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=7.4.0",
"ext-json": "*",
"ext-curl": "*",
"ext-pdo": "*",
"thinkcmf/cmf-app": "^6.0.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": {
"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",
"@php think migrate:run"
]
},
"repositories": {
}
}
PHP
1
https://gitee.com/thinkcmf/ThinkCMF.git
git@gitee.com:thinkcmf/ThinkCMF.git
thinkcmf
ThinkCMF
ThinkCMF
master

搜索帮助