From 132ae717cfaf2b20861bb95a1486574e002f791a Mon Sep 17 00:00:00 2001 From: Vasiliy Date: Tue, 29 Oct 2019 22:04:57 +0100 Subject: [PATCH] update platform settings in composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 760e27b..fb41225 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ }, "config": { "platform": { - "php": "7.2" + "php": "7.2", + "ext-sockets": "7.2.23" } }, "autoload": {