1 Star 0 Fork 125

yunsir / HkCms

forked from HkCms / HkCms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
LAPTOP-3Q4H92GM\luo 提交于 2022-11-23 09:06 . vendor
{
"name": "hkcms/core",
"description": "the new HkCms system",
"type": "project",
"keywords": [
"hkcms",
"thinkphp",
"ORM"
],
"homepage": "https://www.hkcms.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "holuo",
"email": "holuo@qq.com"
},
{
"name": "lonely",
"email": "280503522@qq.com"
}
],
"require": {
"php": ">=7.2.5",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-view": "^1.0",
"ext-json": "*",
"ext-gd": "*",
"guzzlehttp/guzzle": "^6.5",
"nelexa/zip": "^3.3",
"symfony/var-exporter": "^4.4",
"hkcms/cms-addons": "~1.1.0",
"overtrue/pinyin": "^4.0",
"phpoffice/phpspreadsheet": "^1.19",
"symfony/mailer": "^5.4",
"league/flysystem": "^2.5",
"topthink/think-filesystem": "^2.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"optimize-autoloader": true
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
PHP
1
https://gitee.com/yunsir/HkCms.git
git@gitee.com:yunsir/HkCms.git
yunsir
HkCms
HkCms
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891