2 Star 1 Fork 0

shouwang / 陪玩后台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
shouwang 提交于 2023-11-02 10:16 . 同步
{
"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",
"aliyuncs/oss-sdk-php": "^2.4",
"zoujingli/wechat-developer": "^1.2",
"mpdf/mpdf": "8.0",
"yansongda/pay": "~3.0.0",
"ext-libxml": "*",
"ext-simplexml": "*",
"phpoffice/phpspreadsheet": "1.18",
"monolog/monolog": "^2.7"
},
"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": {
}
}
1
https://gitee.com/shouwang1223/peiwan-admin.git
git@gitee.com:shouwang1223/peiwan-admin.git
shouwang1223
peiwan-admin
陪玩后台
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891