From 4bc0ee99f5e5a2f52b419675b572165452fe824c Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 27 Dec 2019 18:53:37 +0100 Subject: [PATCH] Update composer --- 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 cfd5cb15..649601cf 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": "^4", + "danog/madelineproto": "^5.0", }, "minimum-stability": "dev", "license": "AGPL-3.0-only", @@ -91,4 +91,4 @@ Then you can require the package: composer require danog/madelineproto ``` -Next section \ No newline at end of file +Next section