{ "type": "think-admin-plugin", "name": "zoujingli/think-plugs-worker", "version": "8.0.x-dev", "license": "Apache-2.0", "homepage": "https://thinkadmin.top", "description": "Standard HTTP, queue, and cross-platform process manager for ThinkAdmin", "authors": [ { "name": "Anyon", "email": "zoujingli@qq.com" } ], "require": { "php": "^8.1", "symfony/process": "^6.0|^7.0", "workerman/workerman": "^5.1.9", "zoujingli/think-library": "^8.0" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "autoload": { "files": [ "src/common.php" ], "psr-4": { "plugin\\worker\\": "src" } }, "autoload-dev": { "psr-4": { "plugin\\worker\\tests\\": "tests/" } }, "extra": { "think": { "services": [ "plugin\\worker\\Service" ] }, "xadmin": { "migrate": { "file": "20241010000008_install_worker20241010.php", "class": "InstallWorker20241010", "name": "WorkerPlugin" }, "publish": { "copy": { "stc/worker.php": "config/worker.php" } }, "app": { "name": "运行时服务", "document": "https://thinkadmin.top/plugin/think-plugs-worker.html", "description": "提供 HTTP、队列和跨平台进程管理能力,统一托管 ThinkAdmin 常驻进程服务。", "license": [ "Apache-2.0" ], "code": "worker", "prefix": "worker" } } }, "minimum-stability": "dev", "config": { "sort-packages": true } }