初始化
This commit is contained in:
82
composer.json
Normal file
82
composer.json
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"name": "workerman/webman",
|
||||
"type": "project",
|
||||
"keywords": [
|
||||
"high performance",
|
||||
"http service"
|
||||
],
|
||||
"homepage": "https://www.workerman.net",
|
||||
"license": "MIT",
|
||||
"description": "High performance HTTP Service Framework.",
|
||||
"authors": [
|
||||
{
|
||||
"name": "walkor",
|
||||
"email": "walkor@workerman.net",
|
||||
"homepage": "https://www.workerman.net",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"email": "walkor@workerman.net",
|
||||
"issues": "https://github.com/walkor/webman/issues",
|
||||
"forum": "https://wenda.workerman.net/",
|
||||
"wiki": "https://workerman.net/doc/webman",
|
||||
"source": "https://github.com/walkor/webman"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2",
|
||||
"workerman/webman-framework": "^1.5.0",
|
||||
"monolog/monolog": "^2.0",
|
||||
"rockys/ex-admin-webman": "^1.0",
|
||||
"ext-pdo": "*",
|
||||
"zjkal/time-helper": "^1.1",
|
||||
"psr/container": "1.1.1",
|
||||
"ext-json": "*",
|
||||
"gitfei1231/webman-api-sign": "^0.0.21",
|
||||
"workerman/validation": "^3.0",
|
||||
"symfony/translation": "^5.4",
|
||||
"webman/event": "^1.0",
|
||||
"tinywan/jwt": "^1.6",
|
||||
"php-di/php-di": "6",
|
||||
"doctrine/annotations": "1.14",
|
||||
"webman-tech/laravel-http-client": "^1.1",
|
||||
"workbunny/webman-ip-attribution": "^1.0",
|
||||
"workerman/crontab": "^1.0",
|
||||
"webman/push": "^1.0",
|
||||
"ext-bcmath": "*",
|
||||
"yzh52521/webman-lock": "^1.0",
|
||||
"robmorgan/phinx": "^0.14.0",
|
||||
"ext-simplexml": "*",
|
||||
"webman/log": "^1.1",
|
||||
"webman/redis-queue": "^1.2",
|
||||
"illuminate/database": "^8.83",
|
||||
"facebook/graph-sdk": "^5.1",
|
||||
"ext-zip": "*",
|
||||
"endroid/qr-code": "^4.6"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-event": "For better performance. "
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"": "./",
|
||||
"app\\": "./app",
|
||||
"App\\": "./app",
|
||||
"app\\View\\Components\\": "./app/view/components"
|
||||
},
|
||||
"files": [
|
||||
"./support/helpers.php"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"post-package-install": [
|
||||
"support\\Plugin::install"
|
||||
],
|
||||
"post-package-update": [
|
||||
"support\\Plugin::install"
|
||||
],
|
||||
"pre-package-uninstall": [
|
||||
"support\\Plugin::uninstall"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user