This commit is contained in:
Daniil Gentili 2017-11-03 15:06:41 +03:00
parent da912540f9
commit 19b10369d0
2 changed files with 4 additions and 12 deletions

View File

@ -119,9 +119,6 @@ Once you have all the requirements installed properly (on dev as well as product
{
"type": "git",
"url": "https://github.com/danog/phpseclib"
}, {
"type": "git",
"url": "https://github.com/danog/MadelineProto"
}
],
```
@ -130,13 +127,12 @@ Make sure you also have these set in the composer.json:
```
"minimum-stability": "dev",
"prefer-stable": true,
```
Then you can require the package like this:
Then you can require the package by addding the following line to the require section:
```
composer require "danog/madelineproto:dev-master"
"danog/madelineproto":" dev-master"
```

View File

@ -123,9 +123,6 @@ Once you have all the requirements installed properly (on dev as well as product
{
"type": "git",
"url": "https://github.com/danog/phpseclib"
}, {
"type": "git",
"url": "https://github.com/danog/MadelineProto"
}
],
```
@ -134,13 +131,12 @@ Make sure you also have these set in the composer.json:
```
"minimum-stability": "dev",
"prefer-stable": true,
```
Then you can require the package like this:
Then you can require the package by addding the following line to the require section:
```
composer require "danog/madelineproto:dev-master"
"danog/madelineproto":" dev-master"
```