fix:更新已知bug,优化代码

This commit is contained in:
Ying
2022-11-28 19:11:12 +08:00
parent f6aee95cfc
commit 9445b206a2
1378 changed files with 53759 additions and 20789 deletions

View File

@@ -25,28 +25,30 @@
"source": "https://github.com/meystack/swiftadmin"
},
"require": {
"php": ">=7.3",
"workerman/webman-framework": "1.4.3",
"php": ">=8.0",
"psr/container": "1.1.1",
"monolog/monolog": "^2.0",
"workerman/webman-framework": "1.4.7",
"webman/think-orm": "^1.0",
"webman/redis-queue": "^1.2",
"webman/think-cache": "^1.0",
"webman/console": "1.2.12",
"webman/event": "^1.0",
"webman/gateway-worker": "^1.0",
"topthink/think-validate": "^2.0",
"topthink/think-template": "^2.0",
"topthink/think-image": "^1.0",
"monolog/monolog": "^2.0",
"psr/container": "1.1.1",
"webman/think-orm": "^1.0",
"webman/redis-queue": "^1.2",
"webman/push": "^1.0",
"webman/event": "^1.0",
"webman/think-cache": "^1.0",
"gregwar/captcha": "1.*",
"vlucas/phpdotenv": "^5.4",
"phpmailer/phpmailer": "^6.6",
"guzzlehttp/guzzle": "^7.4",
"symfony/translation": "^5.4",
"overtrue/pinyin": "^4.0",
"overtrue/wechat": "~4.0",
"yansongda/pay": "~3.0.26",
"ext-json": "*",
"webman/console": "1.0.27"
"endroid/qr-code": "^4.3",
"php-di/php-di": "^6.4",
"yansongda/pay": "~3.1.0",
"overtrue/wechat": "~5.0",
"ext-json": "*"
},
"suggest": {
"ext-event": "For better performance. "
@@ -59,7 +61,7 @@
"files": [
"./support/helpers.php"
],
"psr-0" : {
"psr-0": {
"": "extend/"
}
},