From 5c3af1c6adc32edbf3ab427d5c88a35d1f65c911 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 1 Mar 2020 17:33:06 +0100 Subject: [PATCH] Specify tag --- 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 7cc8b497..2f1ff274 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": "^5" + "danog/madelineproto": "^5.1" }, "license": "AGPL-3.0-only", "authors": [ @@ -84,4 +84,4 @@ Simply require the package: composer require danog/madelineproto ``` -Next section \ No newline at end of file +Next section