mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 11:54:42 +01:00
Update libs
This commit is contained in:
parent
e74cd109ad
commit
3f36382c4e
@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "xtrime-ru/telegramapiserver",
|
||||
"description": "Fast, simple, async php telegram client and parser: MadelineProto + Amp HTTP Server",
|
||||
"description": "Fast, simple, async php telegram client and parser: MadelineProto + Amphp HTTP Server",
|
||||
"type": "project",
|
||||
"homepage": "https://tg.i-c-a.su/",
|
||||
"license": "MIT",
|
||||
"keywords": ["telegram", "mtproto", "protocol", "client", "PHP", "amphp", "async", "daemon", "coroutine", "parser", "micro-service"],
|
||||
"keywords": ["telegram", "mtproto", "client", "PHP", "amphp", "async", "daemon", "coroutine", "parser", "micro-service", "madelineproto"],
|
||||
"require": {
|
||||
"php": ">=7.4",
|
||||
"php": ">=8.0",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-pcntl": "*",
|
||||
"amphp/http-server": "^2",
|
||||
"amphp/http-server-router": "^1",
|
||||
"amphp/websocket-server": "dev-master",
|
||||
"amphp/websocket-server": "^2",
|
||||
"amphp/websocket-client": "^1",
|
||||
"amphp/http-client": "^4",
|
||||
"vlucas/phpdotenv": "^4",
|
||||
|
56
composer.lock
generated
56
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": "a66edfdcf351e52d84f6f49ff5cc1d6b",
|
||||
"content-hash": "b323c83194c4e8b4be1e6fcd840a76a9",
|
||||
"packages": [
|
||||
{
|
||||
"name": "amphp/amp",
|
||||
@ -1888,16 +1888,16 @@
|
||||
},
|
||||
{
|
||||
"name": "amphp/websocket-server",
|
||||
"version": "dev-master",
|
||||
"version": "v2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/amphp/websocket-server.git",
|
||||
"reference": "f5e27858f2b9a37e909a3d96b50ab3420842e5b1"
|
||||
"reference": "5cb850e9681a9e551635b946fdb1fa2372a8abe8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/amphp/websocket-server/zipball/f5e27858f2b9a37e909a3d96b50ab3420842e5b1",
|
||||
"reference": "f5e27858f2b9a37e909a3d96b50ab3420842e5b1",
|
||||
"url": "https://api.github.com/repos/amphp/websocket-server/zipball/5cb850e9681a9e551635b946fdb1fa2372a8abe8",
|
||||
"reference": "5cb850e9681a9e551635b946fdb1fa2372a8abe8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1923,7 +1923,6 @@
|
||||
"suggest": {
|
||||
"ext-zlib": "Required for compression"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@ -1960,15 +1959,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/amphp/websocket-server/issues",
|
||||
"source": "https://github.com/amphp/websocket-server/tree/master"
|
||||
"source": "https://github.com/amphp/websocket-server/tree/v2.0.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/amphp",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-07-08T17:10:06+00:00"
|
||||
"time": "2020-07-01T17:08:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "amphp/windows-registry",
|
||||
@ -2347,12 +2340,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/danog/MadelineProto.git",
|
||||
"reference": "3e77a5be2d2ee82285ef88c71b064b7da0db2166"
|
||||
"reference": "5e536e16cd24bbc0eca11dc3585356cfc02c4999"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/3e77a5be2d2ee82285ef88c71b064b7da0db2166",
|
||||
"reference": "3e77a5be2d2ee82285ef88c71b064b7da0db2166",
|
||||
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/5e536e16cd24bbc0eca11dc3585356cfc02c4999",
|
||||
"reference": "5e536e16cd24bbc0eca11dc3585356cfc02c4999",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2458,7 +2451,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2021-11-22T22:25:43+00:00"
|
||||
"time": "2021-11-25T21:57:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "danog/magicalserializer",
|
||||
@ -3929,12 +3922,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "40581b6c391cffa5d211ac1659ea9cffc6dc2b13"
|
||||
"reference": "6f99479932347855a56d07958f3ac52e8261dda3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/40581b6c391cffa5d211ac1659ea9cffc6dc2b13",
|
||||
"reference": "40581b6c391cffa5d211ac1659ea9cffc6dc2b13",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6f99479932347855a56d07958f3ac52e8261dda3",
|
||||
"reference": "6f99479932347855a56d07958f3ac52e8261dda3",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
@ -3974,6 +3967,7 @@
|
||||
"codiad/codiad": "<=2.8.4",
|
||||
"composer/composer": "<1.10.23|>=2-alpha.1,<2.1.9",
|
||||
"concrete5/concrete5": "<8.5.5",
|
||||
"concrete5/core": "<8.5.7",
|
||||
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
|
||||
"contao/core": ">=2,<3.5.39",
|
||||
"contao/core-bundle": ">=4,<4.4.56|>=4.5,<4.9.18|>=4.10,<4.11.7|= 4.10.0",
|
||||
@ -4065,6 +4059,7 @@
|
||||
"joomla/session": "<1.3.1",
|
||||
"jsmitty12/phpwhois": "<5.1",
|
||||
"kazist/phpwhois": "<=4.2.6",
|
||||
"kevinpapst/kimai2": "<1.16.2",
|
||||
"kitodo/presentation": "<3.1.2",
|
||||
"klaviyo/magento2-extension": ">=1,<3",
|
||||
"kreait/firebase-php": ">=3.2,<3.8.1",
|
||||
@ -4164,8 +4159,8 @@
|
||||
"scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
|
||||
"sensiolabs/connect": "<4.2.3",
|
||||
"serluck/phpwhois": "<=4.2.6",
|
||||
"shopware/core": "<=6.4.3",
|
||||
"shopware/platform": "<=6.4.3",
|
||||
"shopware/core": "<=6.4.6",
|
||||
"shopware/platform": "<=6.4.6",
|
||||
"shopware/production": "<=6.3.5.2",
|
||||
"shopware/shopware": "<5.7.6",
|
||||
"showdoc/showdoc": "<=2.9.12",
|
||||
@ -4188,7 +4183,7 @@
|
||||
"simplito/elliptic-php": "<1.0.6",
|
||||
"slim/slim": "<2.6",
|
||||
"smarty/smarty": "<3.1.39",
|
||||
"snipe/snipe-it": "<=5.3.1",
|
||||
"snipe/snipe-it": "<5.3.2",
|
||||
"socalnick/scn-social-auth": "<1.15.2",
|
||||
"socialiteproviders/steam": "<1.1",
|
||||
"spoonity/tcpdf": "<6.2.22",
|
||||
@ -4215,7 +4210,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",
|
||||
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
||||
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
|
||||
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5",
|
||||
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5|>=5.2,<5.3.12",
|
||||
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
|
||||
"symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
|
||||
"symfony/mime": ">=4.3,<4.3.8",
|
||||
@ -4225,13 +4220,13 @@
|
||||
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
||||
"symfony/routing": ">=2,<2.0.19",
|
||||
"symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
|
||||
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
||||
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11|>=5.3,<5.3.12",
|
||||
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
|
||||
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
||||
"symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
|
||||
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8|>=5.3,<5.3.2",
|
||||
"symfony/serializer": ">=2,<2.0.11",
|
||||
"symfony/symfony": ">=2,<3.4.49|>=4,<4.4.24|>=5,<5.2.9|>=5.3,<5.3.2",
|
||||
"symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
|
||||
"symfony/symfony": ">=2,<3.4.49|>=4,<4.4.35|>=5,<5.3.12",
|
||||
"symfony/translation": ">=2,<2.0.17",
|
||||
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
|
||||
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
|
||||
@ -4343,20 +4338,19 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-11-19T21:12:46+00:00"
|
||||
"time": "2021-11-24T20:15:37+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"amphp/websocket-server": 20,
|
||||
"danog/madelineproto": 20,
|
||||
"roave/security-advisories": 20
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=7.4",
|
||||
"php": ">=8.0",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-pcntl": "*"
|
||||
|
Loading…
Reference in New Issue
Block a user