12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "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",
- "vlucas/phpdotenv": "^5.5",
- "illuminate/database": "^8.83",
- "illuminate/pagination": "^8.83",
- "illuminate/events": "^8.83",
- "symfony/var-dumper": "^5.4",
- "illuminate/redis": "^8.83",
- "topthink/think-validate": "^2.0",
- "symfony/translation": "^5.4",
- "tinywan/jwt": "^1.9.1",
- "tinywan/storage": "^1.0",
- "workerman/crontab": "^1.0",
- "overtrue/easy-sms": "^2.6",
- "hhink/webman-sms": "^1.0",
- "ldy/payment": "^3.6",
- "intervention/image": "^2.7",
- "webman/console": "^1.3",
- "yansongda/pay": "v2.10",
- "webman/event": "^1.0",
- "endroid/qr-code": "^4.6",
- "phpoffice/phpspreadsheet": "^1.12"
- },
- "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"
- ]
- },
- "config": {
- "secure-http": false
- }
- }
|