This commit is contained in:
Daniil Gentili 2019-08-25 23:47:54 +02:00
parent 4adfd68d17
commit 1c91f7808b
1 changed files with 4 additions and 2 deletions

View File

@ -49,7 +49,9 @@ composer.json:
"type": "project",
"require": {
"danog/madelineproto": "dev-master",
"amphp/dns": "dev-master#aa1892bd as 0.9"
"amphp/dns": "dev-master#aa1892bd as 0.9",
"amphp/websocket": "dev-master#db2da8c5b3ed22eae37da5ffa10ab3ea8de19342 as 1",
"amphp/websocket-client": "dev-master#aff808025637bd705672338b4904ad03a4dbdc04 as 1"
},
"repositories": [
{
@ -110,4 +112,4 @@ Then you can require the package by addding the following lines to the require s
"amphp/dns": "dev-master#aa1892bd as 0.9"
```
<a href="https://docs.madelineproto.xyz/docs/UPDATES.html">Next section</a>
<a href="https://docs.madelineproto.xyz/docs/UPDATES.html">Next section</a>