102 Star 502 Fork 218

勾股开源 / ThinkPHP勾股CMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
勾股开源 提交于 2023-07-23 09:47 . 优化一键crud
{
"name": "gougu/cms",
"description": "the gougucms project",
"type": "project",
"keywords": [
"dev",
"oa",
"cms"
],
"homepage": "http://www.gougucms.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "cms",
"email": "hdm58@qq.com"
}
],
"require": {
"php": ">=7.4",
"topthink/framework": "^6.1",
"topthink/think-filesystem": "^2.0",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-view": "^1.0",
"topthink/think-image": "^1.0",
"topthink/think-captcha": "^3.0",
"phpmailer/phpmailer": "^6.6",
"firebase/php-jwt": "^6.1",
"symfony/var-exporter": "^5.4",
"ezyang/htmlpurifier":"^4.1"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace":"^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
PHP
1
https://gitee.com/gouguopen/gougucms.git
git@gitee.com:gouguopen/gougucms.git
gouguopen
gougucms
ThinkPHP勾股CMS
master

搜索帮助