diff --git a/Dockerfile b/Dockerfile index 364da314cc..9b394d5b13 100755 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ FROM php:7.4-cli-alpine as step1 ENV TZ=Asia/Tel_Aviv \ PHP_REDIS_VERSION=5.3.0 \ - PHP_SWOOLE_VERSION=4.5.5 \ + PHP_SWOOLE_VERSION=4.5.6 \ PHP_XDEBUG_VERSION=sdebug_2_9-beta RUN \ diff --git a/composer.json b/composer.json index 5f107c6bf5..804225d568 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "phpmailer/phpmailer": "6.1.7" }, "require-dev": { - "swoole/ide-helper": "4.5.4", + "swoole/ide-helper": "4.5.6", "appwrite/sdk-generator": "master", "phpunit/phpunit": "^9.3" },