From de466b0b0962007f79b4405bdd21b3a0dd08f9ee Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 19 Jan 2020 13:46:19 +0100 Subject: [PATCH] Update docs --- docs/docs/INSTALLATION.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/docs/INSTALLATION.md b/docs/docs/INSTALLATION.md index 4f13df2f..34f7c483 100644 --- a/docs/docs/INSTALLATION.md +++ b/docs/docs/INSTALLATION.md @@ -50,7 +50,6 @@ composer.json: "require": { "danog/madelineproto": "^5.0" }, - "minimum-stability": "dev", "license": "AGPL-3.0-only", "authors": [ { @@ -79,13 +78,7 @@ require_once 'vendor/autoload.php'; ## Composer from existing project -Once you have all the requirements installed properly (on dev as well as production), add this to the ```composer.json``` file: - -```json -"minimum-stability": "dev", -``` - -Then you can require the package: +Simply require the package: ```bash composer require danog/madelineproto