1 Star 2 Fork 0

糜家智/lemocms商城后台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
糜家智 提交于 2020-07-24 17:51 . mjz update
{
"name": "yue909/lemocms",
"description": "一个基于最新的tp6(thinkphp)框架的极速后台开发框架",
"type": "project",
"keywords": [
"Lemocms",
"easywechat",
"framework",
"thinkphp",
"ORM"
],
"homepage": "https://www.lemocms.com",
"license": "Apache-2.0",
"authors": [
{
"name": "yue909",
"email": "limingyue0312@gmail.com"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "6.0.*-dev",
"topthink/think-orm": "2.0.*-dev",
"topthink/think-view": "^1.0",
"topthink/think-image": "^1.0",
"topthink/think-queue": "^3.0",
"topthink/think-captcha": "^3.0",
"topthink/think-helper": "^3.1",
"topthink/think-multi-app": "^1.0",
"topthink/think-throttle": "^1.0",
"overtrue/wechat": "^4.2",
"ramsey/uuid": "^3.8",
"yuege/think-addons": "^1.3",
"phpmailer/phpmailer": "^6.1",
"xaboy/form-builder": "~2.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/miren123/tp6_layui_lemocms.git
git@gitee.com:miren123/tp6_layui_lemocms.git
miren123
tp6_layui_lemocms
lemocms商城后台
master

搜索帮助