1 Star 0 Fork 69

ziyan / QuickAdmin

forked from Qin / QuickAdmin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.55 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
Qin 提交于 2022-12-18 23:07 . 更新composer依赖
{
"name": "sciqtw/quickadmin",
"description": "the quick admin framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://www.quickadmin.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "qintingwei",
"email": "121735763@qq.com"
}
],
"require": {
"php": ">=7.4",
"ext-json": "*",
"ext-zip": "*",
"ext-pdo": "*",
"topthink/framework": "^6.0.0",
"topthink/think-view": "^1.0",
"topthink/think-captcha": "^3.0",
"topthink/think-throttle": "^1.3",
"topthink/think-queue": "^3.0",
"erusev/parsedown": "^1.7",
"symfony/finder": "^4.3.4",
"zoujingli/ip2region": "^1.0",
"doctrine/annotations": "2.0.*",
"titasgailius/terminal": "^1.0",
"nelexa/zip": "^4.0",
"guzzlehttp/guzzle": "^7.0",
"jdorn/sql-formatter": "~1.2",
"phpmailer/phpmailer": "^6.6"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app",
"components\\":"components",
"plugins\\":"plugins"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://mirrors.aliyun.com/composer"
}
]
}
PHP
1
https://gitee.com/wuxueshi/quickadmin.git
git@gitee.com:wuxueshi/quickadmin.git
wuxueshi
quickadmin
QuickAdmin
master

搜索帮助