2 Star 7 Fork 1

moufer/MofAI-磨锋AIGC系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
moufer 提交于 2024-10-26 22:10 . Merge branch 'MofAdmin' into develop
{
"name": "moufer/mof-aigc",
"description": "AI authoring system based on MofAdmin.",
"type": "project",
"keywords": [
"mof-aigc",
"mofadmin",
"thinkphp",
"vue",
"ai",
"chatgpt",
"php"
],
"homepage": "https://www.modoer.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "moufer",
"email": "moufer@163.com"
}
],
"require": {
"php": ">=8.1",
"ext-json": "*",
"ext-zip": "*",
"ext-iconv": "*",
"symfony/cache": "^6.0.19",
"topthink/framework": "^8.0",
"topthink/think-orm": "^3.0",
"topthink/think-migration": "^3.0",
"topthink/think-filesystem": "~1.0",
"topthink/think-image": "^1.0",
"topthink/think-view": "^1.0",
"firebase/php-jwt": "^6.4",
"overtrue/flysystem-cos": "^2.0.0",
"xxtime/flysystem-aliyun-oss": "^1.4",
"liz/flysystem-qiniu": "^1.10",
"w7corp/easywechat": "^6.7",
"imangazaliev/didom": "^2.0",
"symfony/http-foundation": "^6.4",
"yansongda/pay": "~3.7.0",
"tencentcloud/sms": "^3.0",
"phpmailer/phpmailer": "^6.9",
"gregwar/captcha": "^1.2",
"alibabacloud/sdk": "^1.8",
"openai-php/client": "*"
},
"require-dev": {
"symfony/var-dumper": "^5.4|^6.0",
"topthink/think-trace": "^1.0",
"phpunit/phpunit": "^10.3"
},
"autoload": {
"psr-4": {
"app\\": "app",
"module\\": "module"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"php-http/discovery": true
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/moufer/mof-aigc.git
git@gitee.com:moufer/mof-aigc.git
moufer
mof-aigc
MofAI-磨锋AIGC系统
master

搜索帮助