From 1c65b4fa939b34be7d77c6268db7e57820b5521b Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 10 Nov 2019 19:20:11 +0100 Subject: [PATCH] Update INSTALLATION.md --- docs/docs/INSTALLATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/INSTALLATION.md b/docs/docs/INSTALLATION.md index 2fe72637..d26e72d3 100644 --- a/docs/docs/INSTALLATION.md +++ b/docs/docs/INSTALLATION.md @@ -48,7 +48,7 @@ composer.json: "description": "Project description", "type": "project", "require": { - "danog/madelineproto": "dev-master", + "danog/madelineproto": "^4", "amphp/dns": "dev-master#aa1892bd as 0.9", "amphp/socket": "0.10.12 as 1", "amphp/websocket": "dev-master#db2da8c5b3ed22eae37da5ffa10ab3ea8de19342 as 1", @@ -116,4 +116,4 @@ Then you can require the package by addding the following lines to the require s "amphp/websocket-client": "dev-master#aff808025637bd705672338b4904ad03a4dbdc04 as 1" ``` -Next section \ No newline at end of file +Next section