加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
天宇 提交于 2024-09-18 15:46 . init
{
"name": "skyselang/yyladmin",
"version": "3.0.0",
"description": "Minimalist background management system based on ThinkPHP6 and Vue2",
"type": "project",
"keywords": [
"yylAdmin",
"yylAdminWeb",
"php",
"vue",
"thinkphp",
"element"
],
"homepage": "https://gitee.com/skyselang/yyladmin",
"license": "Apache-2.0",
"authors": [
{
"name": "skyselang",
"email": "215817969@qq.com"
}
],
"require": {
"php": ">=7.3.0",
"topthink/framework": "^6.1",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-filesystem": "^2.0",
"topthink/think-worker": "^3.0",
"topthink/think-throttle": "^1.3",
"topthink/think-queue": "^3.0",
"guzzlehttp/guzzle": "^6.0",
"psr/container": "1.1.1",
"firebase/php-jwt": "^6.2",
"overtrue/pinyin": "~4.0",
"overtrue/easy-sms": "^2.1",
"phpmailer/phpmailer": "^6.5",
"fastknife/ajcaptcha": "^1.2",
"chinayin/ip2region": "^2.0",
"hg/apidoc": "5.2.1",
"qiniu/php-sdk": "^7.4",
"aliyuncs/oss-sdk-php": "^2.4",
"qcloud/cos-sdk-v5": "^2.3",
"upyun/sdk": "^3.5",
"aws/aws-sdk-php": "^3.250"
},
"require-dev": {
"symfony/var-dumper": "^4.2"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"allow-plugins": {}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化