From 3b2fb46659932f3a812279b64f31b8933474978c Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 21 Jun 2019 18:00:42 +0200 Subject: [PATCH] Load stable version --- 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 a8896b15..715f2c8a 100644 --- a/docs/docs/INSTALLATION.md +++ b/docs/docs/INSTALLATION.md @@ -106,8 +106,8 @@ Make sure you also have these set in the composer.json: Then you can require the package by addding the following lines to the require section: ``` -"danog/madelineproto":"dev-master", +"danog/madelineproto":"^4", "amphp/dns": "dev-master#aa1892bd as 0.9" ``` -Next section \ No newline at end of file +Next section