20 Star 113 Fork 32

funadmin / webmanadmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
funadmin 提交于 2023-04-17 11:38 . feat:新版本
{
"name": "funadmin/webmanadmin",
"type": "project",
"keywords": [
"high performance",
"http service"
],
"homepage": "https://gitee.com/funadmin/webmanadmin.git",
"license": "Apache2.0",
"description": "High performance HTTP Service Framework.",
"authors": [
{
"name": "walkor",
"email": "walkor@workerman.net",
"homepage": "http://www.workerman.net",
"role": "Developer"
}
],
"support": {
"email": "walkor@workerman.net",
"issues": "https://github.com/walkor/webman/issues",
"forum": "http://wenda.workerman.net/",
"wiki": "http://workerman.net/doc/webman",
"source": "https://github.com/walkor/webman"
},
"require": {
"php": ">=7.2",
"workerman/webman-framework": "^1.5.2",
"monolog/monolog": "^2.0",
"psr/container": "1.1.1",
"webman/think-orm": "^1.0",
"webman/think-cache": "^1.0",
"illuminate/redis": "^8.83",
"topthink/think-template": "^2.0",
"workerman/crontab": "^1.0",
"vlucas/phpdotenv": "^5.4",
"gregwar/captcha": "1.*",
"topthink/think-validate": "^2.0",
"intervention/image": "^2.7",
"webman/console": "^1.0",
"webman/gateway-worker": "^1.0",
"webman/redis-queue": "^1.2",
"symfony/translation": "^5.4",
"doctrine/annotations": "^1.13",
"topthink/think-helper": "^3.1",
"topthink/think-image": "^1.0",
"webman/event": "^1.0",
"phpoffice/phpspreadsheet": "^1.24",
"firebase/php-jwt": "^6.3",
"webman/captcha": "^1.0",
"ramsey/uuid": "^4.2",
"guzzlehttp/guzzle": "^7.5"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"app\\": "./app",
"App\\": "./app",
"app\\View\\Components\\": "./app/view/components"
},
"psr-0" : {
"": "extend/"
},
"files": [
"./support/helpers.php",
"./extend/fun/helper.php"
]
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
}
}
PHP
1
https://gitee.com/funadmin/webmanadmin.git
git@gitee.com:funadmin/webmanadmin.git
funadmin
webmanadmin
webmanadmin
main

搜索帮助