From 9a873608310b43395032755c35bbdf17d35e23d7 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 3 Sep 2019 18:24:14 +0200 Subject: [PATCH] Update composer deps --- docs/docs/INSTALLATION.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/docs/INSTALLATION.md b/docs/docs/INSTALLATION.md index 63b59571..f3f521e9 100644 --- a/docs/docs/INSTALLATION.md +++ b/docs/docs/INSTALLATION.md @@ -110,7 +110,10 @@ Then you can require the package by addding the following lines to the require s ``` "danog/madelineproto":"^4", -"amphp/dns": "dev-master#aa1892bd as 0.9" +"amphp/dns": "dev-master#aa1892bd as 0.9", +"amphp/socket": "0.10.12 as 1", +"amphp/websocket": "dev-master#db2da8c5b3ed22eae37da5ffa10ab3ea8de19342 as 1", +"amphp/websocket-client": "dev-master#aff808025637bd705672338b4904ad03a4dbdc04 as 1" ``` -Next section \ No newline at end of file +Next section