mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-30 04:19:13 +01:00
Madeline update
This commit is contained in:
parent
60e53afcd9
commit
e00c4c2299
@ -14,7 +14,7 @@
|
||||
"amphp/websocket-server": "^2",
|
||||
"amphp/websocket-client": "dev-master#53f7883b325b09864095300ec8ff81e84e772c3b",
|
||||
"vlucas/phpdotenv": "^4",
|
||||
"danog/madelineproto":"^5"
|
||||
"danog/madelineproto":"dev-master#36495bffe944538839b2aeb446c87ff086b4c32e"
|
||||
},
|
||||
"require-dev": {
|
||||
"roave/security-advisories": "dev-master"
|
||||
|
88
composer.lock
generated
88
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": "0c7c3080d9acd84b31df59a5168d1b9e",
|
||||
"content-hash": "20a324cd3b65147f692973b754565d28",
|
||||
"packages": [
|
||||
{
|
||||
"name": "amphp/amp",
|
||||
@ -1509,16 +1509,16 @@
|
||||
},
|
||||
{
|
||||
"name": "danog/madelineproto",
|
||||
"version": "5.0.44",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/danog/MadelineProto.git",
|
||||
"reference": "db4084886667289c13963a5d4f3ea267ea698ba0"
|
||||
"reference": "36495bffe944538839b2aeb446c87ff086b4c32e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/db4084886667289c13963a5d4f3ea267ea698ba0",
|
||||
"reference": "db4084886667289c13963a5d4f3ea267ea698ba0",
|
||||
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/36495bffe944538839b2aeb446c87ff086b4c32e",
|
||||
"reference": "36495bffe944538839b2aeb446c87ff086b4c32e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1533,6 +1533,7 @@
|
||||
"danog/dns-over-https": "^0.2",
|
||||
"danog/magicalserializer": "^1.0",
|
||||
"danog/primemodule": "^1",
|
||||
"danog/tg-file-decoder": "^0.1",
|
||||
"danog/tgseclib": "^3",
|
||||
"erusev/parsedown": "^1.7",
|
||||
"ext-dom": "*",
|
||||
@ -1550,6 +1551,8 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"amphp/php-cs-fixer-config": "dev-master",
|
||||
"amphp/websocket": "dev-master as 1",
|
||||
"amphp/websocket-client": "dev-master as 1",
|
||||
"danog/7to5": "^1",
|
||||
"danog/7to70": "^1",
|
||||
"ennexa/amp-update-cache": "dev-master",
|
||||
@ -1600,7 +1603,7 @@
|
||||
"telegram",
|
||||
"video"
|
||||
],
|
||||
"time": "2020-01-19T14:44:12+00:00"
|
||||
"time": "2020-02-05T22:11:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "danog/magicalserializer",
|
||||
@ -1679,6 +1682,59 @@
|
||||
"description": "Prime module capable of doing prime factorization of huge numbers very quickly.\"",
|
||||
"time": "2018-03-21T10:47:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "danog/tg-file-decoder",
|
||||
"version": "0.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/danog/tg-file-decoder.git",
|
||||
"reference": "d1470cfafea46cf201e820a8e99670804bfb7bff"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/danog/tg-file-decoder/zipball/d1470cfafea46cf201e820a8e99670804bfb7bff",
|
||||
"reference": "d1470cfafea46cf201e820a8e99670804bfb7bff",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"amphp/php-cs-fixer-config": "dev-master",
|
||||
"phpunit/phpunit": "^8|^6"
|
||||
},
|
||||
"type": "project",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"danog\\Decoder\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/type.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"AGPLv3"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Daniil Gentili",
|
||||
"email": "daniil@daniil.it"
|
||||
}
|
||||
],
|
||||
"description": "Decode Telegram bot API file IDs",
|
||||
"keywords": [
|
||||
"audio",
|
||||
"bot api",
|
||||
"file ID",
|
||||
"files",
|
||||
"mtproto",
|
||||
"stickers",
|
||||
"telegram",
|
||||
"video"
|
||||
],
|
||||
"time": "2020-02-03T22:58:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "danog/tgseclib",
|
||||
"version": "3",
|
||||
@ -2547,12 +2603,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "666ba252853924887ac57dc9f66e6b6af78d5a76"
|
||||
"reference": "af61943caaa512a4f00f1ee80e6e0cfec3fb63d1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/666ba252853924887ac57dc9f66e6b6af78d5a76",
|
||||
"reference": "666ba252853924887ac57dc9f66e6b6af78d5a76",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/af61943caaa512a4f00f1ee80e6e0cfec3fb63d1",
|
||||
"reference": "af61943caaa512a4f00f1ee80e6e0cfec3fb63d1",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
@ -2625,6 +2681,7 @@
|
||||
"monolog/monolog": ">=1.8,<1.12",
|
||||
"namshi/jose": "<2.2",
|
||||
"onelogin/php-saml": "<2.10.4",
|
||||
"oneup/uploader-bundle": ">=1,<1.9.3|>=2,<2.1.5",
|
||||
"openid/php-openid": "<2.3",
|
||||
"oro/crm": ">=1.7,<1.7.4",
|
||||
"oro/platform": ">=1.7,<1.7.4",
|
||||
@ -2634,7 +2691,7 @@
|
||||
"paypal/merchant-sdk-php": "<3.12",
|
||||
"pear/archive_tar": "<1.4.4",
|
||||
"phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6",
|
||||
"phpoffice/phpexcel": "<=1.8.1",
|
||||
"phpoffice/phpexcel": "<1.8.2",
|
||||
"phpoffice/phpspreadsheet": "<=1.5",
|
||||
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
|
||||
"phpwhois/phpwhois": "<=4.2.5",
|
||||
@ -2648,12 +2705,17 @@
|
||||
"sensiolabs/connect": "<4.2.3",
|
||||
"serluck/phpwhois": "<=4.2.6",
|
||||
"shopware/shopware": "<5.3.7",
|
||||
"silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
|
||||
"silverstripe/assets": ">=1,<1.3.5",
|
||||
"silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
|
||||
"silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
|
||||
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
|
||||
"silverstripe/framework": ">=3,<3.6.7|>=3.7,<3.7.3|>=4,<4.4",
|
||||
"silverstripe/framework": ">=3,<3.9.99|>=4,<4.4.4",
|
||||
"silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2",
|
||||
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
|
||||
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
|
||||
"silverstripe/subsites": ">=2,<2.1.1",
|
||||
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
|
||||
"silverstripe/userforms": "<3",
|
||||
"simple-updates/phpwhois": "<=1",
|
||||
"simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
|
||||
@ -2672,6 +2734,7 @@
|
||||
"sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
|
||||
"sylius/resource-bundle": ">=1,<1.3.13|>=1.4,<1.4.6|>=1.5,<1.5.1|>=1.6,<1.6.3",
|
||||
"sylius/sylius": ">=1,<1.3.12|>=1.4,<1.4.4",
|
||||
"symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
|
||||
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
|
||||
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
||||
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
|
||||
@ -2765,13 +2828,14 @@
|
||||
}
|
||||
],
|
||||
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
||||
"time": "2020-01-28T17:25:41+00:00"
|
||||
"time": "2020-02-05T14:02:42+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"amphp/websocket-client": 20,
|
||||
"danog/madelineproto": 20,
|
||||
"roave/security-advisories": 20
|
||||
},
|
||||
"prefer-stable": true,
|
||||
|
Loading…
Reference in New Issue
Block a user