1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Merge pull request #709 from appwrite/feat-upgrade-swoole

Upgraded to Swoole 4.5.6
This commit is contained in:
Eldad A. Fux 2020-10-27 01:48:49 +02:00 committed by GitHub
commit 791c6d763e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 \ ENV TZ=Asia/Tel_Aviv \
PHP_REDIS_VERSION=5.3.0 \ 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 PHP_XDEBUG_VERSION=sdebug_2_9-beta
RUN \ RUN \

View file

@ -54,7 +54,7 @@
"chillerlan/php-qrcode": "^4.2" "chillerlan/php-qrcode": "^4.2"
}, },
"require-dev": { "require-dev": {
"swoole/ide-helper": "4.5.4", "swoole/ide-helper": "4.5.5",
"appwrite/sdk-generator": "master", "appwrite/sdk-generator": "master",
"phpunit/phpunit": "^9.3" "phpunit/phpunit": "^9.3"
}, },