mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 11:54:42 +01:00
Temporary branch with fixes
This commit is contained in:
parent
7a15addd4e
commit
624cb27cd5
@ -28,7 +28,7 @@
|
||||
"amphp/websocket-client": "^1",
|
||||
"amphp/http-client": "^4",
|
||||
"vlucas/phpdotenv": "^4",
|
||||
"danog/madelineproto": "^7.0",
|
||||
"danog/madelineproto": "dev-compress_db",
|
||||
"amphp/http-server-form-parser": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
15
composer.lock
generated
15
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "7ed8680412f85dd1a2d30068dee6a747",
|
||||
"content-hash": "8dcff4517f5c5e1f48acf76f51ed0079",
|
||||
"packages": [
|
||||
{
|
||||
"name": "amphp/amp",
|
||||
@ -2349,16 +2349,16 @@
|
||||
},
|
||||
{
|
||||
"name": "danog/madelineproto",
|
||||
"version": "7.0.121.9999",
|
||||
"version": "dev-compress_db",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/danog/MadelineProto.git",
|
||||
"reference": "75e5e5cf610d462ad894c7db88833816e5499778"
|
||||
"reference": "89b08f3092c1d7af56fd0ded323eb1107b9c228b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/75e5e5cf610d462ad894c7db88833816e5499778",
|
||||
"reference": "75e5e5cf610d462ad894c7db88833816e5499778",
|
||||
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/89b08f3092c1d7af56fd0ded323eb1107b9c228b",
|
||||
"reference": "89b08f3092c1d7af56fd0ded323eb1107b9c228b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2462,7 +2462,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/danog/MadelineProto/issues",
|
||||
"source": "https://github.com/danog/MadelineProto/tree/7.0.121.9999"
|
||||
"source": "https://github.com/danog/MadelineProto/tree/compress_db"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -2470,7 +2470,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2022-08-15T15:43:32+00:00"
|
||||
"time": "2022-08-24T20:32:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "danog/magicalserializer",
|
||||
@ -4534,6 +4534,7 @@
|
||||
"aliases": [],
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"danog/madelineproto": 20,
|
||||
"roave/security-advisories": 20
|
||||
},
|
||||
"prefer-stable": true,
|
||||
|
Loading…
Reference in New Issue
Block a user