85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|