1
0
Fork 0
mirror of synced 2024-06-10 14:54:43 +12:00

Upgraded to Swoole 4.5.6

This commit is contained in:
Eldad Fux 2020-10-27 00:19:22 +02:00
parent 558c5a6643
commit e24afbde8d
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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"
},