{ "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": ">=8.1", "workerman/webman-framework": "^2.1", "monolog/monolog": "^2.0", "webman/think-orm": "^2.1", "vlucas/phpdotenv": "^5.6", "webman/think-cache": "^2.1", "firebase/php-jwt": "^6.11", "ext-bcmath": "*", "webman/redis": "^2.1", "illuminate/events": "^11.45", "webman/redis-queue": "^2.1", "webman/console": "^2.1.0", "alibabacloud/dysmsapi-20170525": "3.1.0", "aliyuncs/oss-sdk-php": "^2.7", "alibabacloud/client": "1.5.32", "alibabacloud/sts": "^1.8", "phpoffice/phpspreadsheet": "4.3.1" }, "suggest": { "ext-event": "For better performance. " }, "autoload": { "psr-4": { "": "./", "app\\": "./app", "App\\": "./app", "app\\View\\Components\\": "./app/view/components" } }, "scripts": { "post-package-install": [ "support\\Plugin::install" ], "post-package-update": [ "support\\Plugin::install" ], "pre-package-uninstall": [ "support\\Plugin::uninstall" ] }, "minimum-stability": "dev", "prefer-stable": true }