1.3K Star 3.1K Fork 1.5K

meystack / SwiftAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
meystack 提交于 2023-06-19 14:32 . pref: 增加服务类优化UI版面
{
"name": "meystack/swiftadmin",
"type": "project",
"version": "2.0.0",
"keywords": [
"swiftadmin",
"webman"
],
"homepage": "https://www.swiftadmin.net",
"license": "Apache-2.0",
"description": "High performance HTTP Service Framework.",
"authors": [
{
"name": "meystack",
"email": "coolsec@foxmail.com",
"homepage": "http://www.swiftadmin.net",
"role": "Developer"
}
],
"support": {
"email": "coolsec@foxmail.com",
"issues": "https://github.com/meystack/swiftadmin/issues",
"forum": "https://ask.swiftadmin.net/",
"wiki": "https://doc.swiftadmin.net/help/",
"source": "https://github.com/meystack/swiftadmin"
},
"require": {
"php": ">=8.0",
"psr/container": "1.1.1",
"monolog/monolog": "^2.0",
"workerman/webman-framework": "1.5.5",
"webman/think-orm": "^1.0",
"webman/redis-queue": "^1.2",
"webman/console": "1.2.33",
"webman/event": "^1.0",
"webman/captcha": "^1.0",
"webman/gateway-worker": "^1.0",
"topthink/think-validate": "^2.0",
"topthink/think-template": "^2.0",
"topthink/think-image": "^1.0",
"phpmailer/phpmailer": "^6.6",
"guzzlehttp/guzzle": "^7.4",
"symfony/translation": "^5.4",
"symfony/var-dumper": "^6.0",
"endroid/qr-code": "^4.3",
"php-di/php-di": "^6.4",
"yansongda/pay": "~3.1.0",
"overtrue/pinyin": "5.0",
"phpoffice/phpspreadsheet": "^1.28",
"illuminate/redis": "^9.52",
"symfony/cache": "^5.4"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"app\\": "./app"
},
"files": [
"./support/helpers.php"
],
"psr-0": {
"": "extend/"
}
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
},
"config": {
"allow-plugins": {
"easywechat-composer/easywechat-composer": true
}
}
}
PHP
1
https://gitee.com/meystack/swiftadmin.git
git@gitee.com:meystack/swiftadmin.git
meystack
swiftadmin
SwiftAdmin
master

搜索帮助