Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 19, 2020
1 parent de22c3b commit de466b0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/docs/INSTALLATION.md
Expand Up @@ -50,7 +50,6 @@ composer.json:
"require": {
"danog/madelineproto": "^5.0"
},
"minimum-stability": "dev",
"license": "AGPL-3.0-only",
"authors": [
{
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit de466b0

Please sign in to comment.