This commit is contained in:
Daniil Gentili 2018-12-26 21:00:46 +01:00
parent 0fcff8e5a3
commit 82b301b005

View File

@ -43,7 +43,10 @@ composer.json:
"description": "Project description",
"type": "project",
"require": {
"danog/madelineproto": "dev-master"
"danog/madelineproto": "dev-master",
"amphp/dns": "dev-master#861cc857b1ba6e02e8a7439c30403682785fce96 as 0.9.9",
"amphp/file": "dev-master#5a69fca406ac5fd220de0aa68c887bc8046eb93c as 0.3.3",
"amphp/uri": "dev-master#f3195b163275383909ded7770a11d8eb865cbc86 as 0.1.3"
},
"repositories": [
{
@ -97,10 +100,14 @@ Make sure you also have these set in the composer.json:
"minimum-stability": "dev",
```
Then you can require the package by addding the following line to the require section:
Then you can require the package by addding the following lines to the require section:
```
"danog/madelineproto":"dev-master"
"danog/madelineproto":"dev-master",
"amphp/dns": "dev-master#861cc857b1ba6e02e8a7439c30403682785fce96 as 0.9.9",
"amphp/file": "dev-master#5a69fca406ac5fd220de0aa68c887bc8046eb93c as 0.3.3",
"amphp/uri": "dev-master#f3195b163275383909ded7770a11d8eb865cbc86 as 0.1.3"
```
<a href="https://docs.madelineproto.xyz/docs/UPDATES.html">Next section</a>
<a href="https://docs.madelineproto.xyz/docs/UPDATES.html">Next section</a>