6 Star 38 Fork 15

Rocky/DaoAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 2.30 KB
一键复制 编辑 原始数据 按行查看 历史
fdj 提交于 2023-11-11 10:10 +08:00 . fix bugs
{
"name": "fudaoji/dao-admin",
"type": "project",
"keywords": [
"daoadmin",
"webman",
"high performance",
"http service"
],
"homepage": "http://daoadmin.kuryun.com",
"license": "Apache-2.0",
"description": "High performance HTTP Service Framework.",
"authors": [
{
"name": "Rocky",
"email": "461960962@qq.com",
"homepage": "http://www.i366211.com",
"role": "Developer"
}
],
"support": {
"email": "461960962@qq.com",
"issues": "https://gitee.com/fudaoji/dao-admin/issues",
"forum": "http://daoadmin.kuryun.com/home/forum/index",
"wiki": "http://daoadmin.kuryun.com/home/guide/index",
"source": "https://gitee.com/fudaoji/dao-admin"
},
"require": {
"php": ">=7.4",
"workerman/webman-framework": "^1.4.3",
"monolog/monolog": "^2.0",
"topthink/think-template": "^2.0",
"topthink/think-validate": "^2.0",
"gregwar/captcha": "1.*",
"topthink/think-image": "^1.0",
"topthink/think-helper": "^3.0",
"symfony/translation": "^5.4",
"webman/think-orm": "^1.0",
"vlucas/phpdotenv": "^5.4",
"webman/think-cache": "^1.0",
"psr/container": "^1.1.1",
"qiniu/php-sdk": "^7.7",
"guzzlehttp/guzzle": "^7.5",
"workerman/crontab": "^1.0",
"webman/console": "^1.2",
"fudaoji/php-upload": "^1.1",
"webman/cors": "^1.0",
"illuminate/database": "^8.83",
"illuminate/events": "^8.83",
"fudaoji/php-sms": "^1.0",
"league/flysystem": "^2.5",
"overtrue/wechat": "^5.30",
"predis/predis": "^2.0",
"yansongda/pay": "~3.2.0",
"webman/redis-queue": "^1.2",
"webman/event": "^1.0",
"chillerlan/php-qrcode": "^4.3",
"intervention/image": "^2.7"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"app\\": "./app"
},
"files": [
"./support/helpers.php",
"./support/functions.php"
],
"psr-0" : {
"": "extend/"
}
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
],
"test": "./vendor/bin/phpunit -c phpunit.xml --colors=always"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/fudaoji/dao-admin.git
git@gitee.com:fudaoji/dao-admin.git
fudaoji
dao-admin
DaoAdmin
master

搜索帮助