Update docs

This commit is contained in:
Daniil Gentili 2020-01-19 13:46:19 +01:00
parent de22c3b924
commit de466b0b09
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
1 changed files with 1 additions and 8 deletions

View File

@ -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