composer.json

{
  "name": "workerman/webman",
  "type": "project",
  "keywords": [
    "high performance",
    "http service"
  ],
  "homepage": "http://www.workerman.net",
  "license": "MIT",
  "description": "High performance HTTP Service Framework.",
  "require": {
    "php": ">=7.2",
    "workerman/webman-framework": "^1.4.3",
    "monolog/monolog": "^2.0",
    "webman/console": "^1.0.27",
    "webman/gateway-worker": "^1.0",
    "ext-json": "*",
    "psr/container": "^1.1.1",
    "webman/think-orm": "^1.0",
    "workerman/crontab": "^1.0",
    "webman/redis-queue": "^1.2",
    "vlucas/phpdotenv": "^5.4",
    "topthink/think-validate": "^2.0",
    "webman/event": "^1.0",
    "ext-bcmath": "*",
    "illuminate/redis": "^8.2.0",
    "illuminate/events": "^8.83",
    "symfony/cache": "^5.2",
    "ext-dom": "*",
    "ext-posix": "*",
    "ext-pcntl": "*"
  },
  "autoload": {
    "psr-4": {
      "": "./",
      "App\\": "./app"
    },
    "files": [
      "./support/helpers.php"
    ]
  }
}
最后修改:2022 年 09 月 21 日 10 : 24 AM
如果觉得我的文章对你有用,请随意赞赏

发表评论