mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 05:12:01 +01:00
Added instructions for dependency installation in the docs, trying to fix composer
This commit is contained in:
parent
a660bb4c68
commit
1dca7843a9
11
README.md
11
README.md
@ -13,6 +13,17 @@ This project is in beta state.
|
||||
|
||||
## Usage
|
||||
|
||||
### Dependencies
|
||||
|
||||
This project depends on [PHPStruct](https://github.com/danog/PHPStruct), [phpseclib](https://github.com/phpseclib/phpseclib), https://packagist.org/packages/paragonie/constant_time_encoding and https://packagist.org/packages/paragonie/random_compat
|
||||
|
||||
To install them all simply run:
|
||||
```
|
||||
composer update
|
||||
```
|
||||
In the cloned repo.
|
||||
|
||||
|
||||
### Instantiation
|
||||
|
||||
```
|
||||
|
@ -2,8 +2,7 @@
|
||||
"name": "danog/madelineproto",
|
||||
"description": "PHP implementation of telegram's MTProto protocol.",
|
||||
"type": "project",
|
||||
"license": "MIT",
|
||||
"minimum-stability": "stable",
|
||||
"license": "AGPLV3",
|
||||
"homepage": "https://daniil.it/MadelineProto",
|
||||
"keywords": ["telegram", "mtproto", "protocol", "bytes", "messenger", "client", "PHP", "video", "stickers", "audio", "files", "GB"],
|
||||
"require": {
|
||||
|
4
composer.lock
generated
4
composer.lock
generated
@ -4,8 +4,8 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "8d6fcaae1bc321e5d42b8b4749ea4266",
|
||||
"content-hash": "d004c37ebd93efd29d86d09824fdd71b",
|
||||
"hash": "a3550de91348f940ebab2aeeb8f21fc3",
|
||||
"content-hash": "ccb8a44823601a32fc613cf58345263d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "danog/phpstruct",
|
||||
|
Loading…
x
Reference in New Issue
Block a user