Merge branch 'master' of github.com:danog/MadelineProtoDocs

This commit is contained in:
Daniil Gentili 2019-12-27 17:48:17 +01:00
commit 5f83e45d99
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@ GEM
execjs (2.7.0)
faraday (0.14.0)
multipart-post (>= 1.2, < 3)
ffi (1.9.21)
ffi (1.11.1)
forwardable-extended (2.6.0)
gemoji (3.0.0)
github-pages (177)
@ -191,14 +191,14 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
mercenary (0.3.6)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minima (2.1.1)
jekyll (~> 3.3)
minitest (5.11.3)
multipart-post (2.0.0)
net-dns (0.8.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
octokit (4.8.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.1)
@ -210,7 +210,7 @@ GEM
rouge (2.2.1)
ruby-enum (0.7.2)
i18n
rubyzip (1.2.1)
rubyzip (2.0.0)
safe_yaml (1.0.4)
sass (3.5.5)
sass-listen (~> 4.0.0)

View File

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