diff --git a/composer.json b/composer.json index 4e305c9..b7f1018 100644 --- a/composer.json +++ b/composer.json @@ -18,17 +18,17 @@ "php": ">=8.0", "ext-json": "*", "ext-redis": "*", + "workerman/webman-framework": "^1.5", + "workerman/http-client": "^1.0 | ^2.0", + "workerman/channel": "^1.0", + "webman/console": "^1.0", "psr/container": "^1.0 | ^2.0", "illuminate/redis": "^9.0|^10.0", "illuminate/database": "^9.0|^10.0", "illuminate/events": "^9.0|^10.0", - "workerman/http-client": "^1.0 | ^2.0", - "workerman/channel": "^1.0", - "pusher/pusher-php-server": "^7.2", - "webman/console": "^1.0" + "pusher/pusher-php-server": "^7.2" }, "require-dev": { - "workerman/webman-framework": "^1.5", "phpunit/phpunit": "^9.0", "symfony/var-dumper": "^6.0" },