mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
composer update
This commit is contained in:
parent
55715e3b71
commit
b38b669089
48
composer.lock
generated
48
composer.lock
generated
@ -85,16 +85,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "amphp/byte-stream",
|
"name": "amphp/byte-stream",
|
||||||
"version": "v1.7.1",
|
"version": "v1.7.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/amphp/byte-stream.git",
|
"url": "https://github.com/amphp/byte-stream.git",
|
||||||
"reference": "9d8205686a004948475dc43f8a88d2fa5e75a113"
|
"reference": "1e52f1752b2e20e2a7e464476ef887a2388e3832"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/9d8205686a004948475dc43f8a88d2fa5e75a113",
|
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/1e52f1752b2e20e2a7e464476ef887a2388e3832",
|
||||||
"reference": "9d8205686a004948475dc43f8a88d2fa5e75a113",
|
"reference": "1e52f1752b2e20e2a7e464476ef887a2388e3832",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -140,7 +140,7 @@
|
|||||||
"non-blocking",
|
"non-blocking",
|
||||||
"stream"
|
"stream"
|
||||||
],
|
],
|
||||||
"time": "2019-10-27T14:33:41+00:00"
|
"time": "2020-01-29T18:22:23+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "amphp/cache",
|
"name": "amphp/cache",
|
||||||
@ -1910,16 +1910,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/uri",
|
"name": "league/uri",
|
||||||
"version": "6.0.1",
|
"version": "6.1.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/uri.git",
|
"url": "https://github.com/thephpleague/uri.git",
|
||||||
"reference": "cf488ec34faa3b5c600659c8fc18d67c4752a5cb"
|
"reference": "ca30d887ad61ef59070171cacfa4b9dec5117f47"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/uri/zipball/cf488ec34faa3b5c600659c8fc18d67c4752a5cb",
|
"url": "https://api.github.com/repos/thephpleague/uri/zipball/ca30d887ad61ef59070171cacfa4b9dec5117f47",
|
||||||
"reference": "cf488ec34faa3b5c600659c8fc18d67c4752a5cb",
|
"reference": "ca30d887ad61ef59070171cacfa4b9dec5117f47",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1934,10 +1934,10 @@
|
|||||||
"league/uri-schemes": "^1.0"
|
"league/uri-schemes": "^1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"friendsofphp/php-cs-fixer": "^2.0",
|
"friendsofphp/php-cs-fixer": "^2.16",
|
||||||
"phpstan/phpstan": "^0.11",
|
"phpstan/phpstan": "^0.12",
|
||||||
"phpstan/phpstan-phpunit": "^0.11",
|
"phpstan/phpstan-phpunit": "^0.12",
|
||||||
"phpstan/phpstan-strict-rules": "^0.11",
|
"phpstan/phpstan-strict-rules": "^0.12",
|
||||||
"phpunit/phpunit": "^7.0 | ^8.0"
|
"phpunit/phpunit": "^7.0 | ^8.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
@ -1947,7 +1947,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.x-dev"
|
"dev-master": "6.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -1983,11 +1983,13 @@
|
|||||||
"querystring",
|
"querystring",
|
||||||
"rfc3986",
|
"rfc3986",
|
||||||
"rfc3987",
|
"rfc3987",
|
||||||
|
"rfc6570",
|
||||||
"uri",
|
"uri",
|
||||||
|
"uri-template",
|
||||||
"url",
|
"url",
|
||||||
"ws"
|
"ws"
|
||||||
],
|
],
|
||||||
"time": "2019-11-23T20:59:00+00:00"
|
"time": "2020-01-30T07:55:24+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/uri-interfaces",
|
"name": "league/uri-interfaces",
|
||||||
@ -2545,12 +2547,12 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||||
"reference": "5e2ebc8340c8b7dcdc3f938dcbb9e2b99b72fd8e"
|
"reference": "666ba252853924887ac57dc9f66e6b6af78d5a76"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5e2ebc8340c8b7dcdc3f938dcbb9e2b99b72fd8e",
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/666ba252853924887ac57dc9f66e6b6af78d5a76",
|
||||||
"reference": "5e2ebc8340c8b7dcdc3f938dcbb9e2b99b72fd8e",
|
"reference": "666ba252853924887ac57dc9f66e6b6af78d5a76",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
@ -2668,7 +2670,8 @@
|
|||||||
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
|
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
|
||||||
"sylius/grid": ">=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/grid": ">=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/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/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/sylius": ">=1,<1.1.18|>=1.2,<1.2.17|>=1.3,<1.3.12|>=1.4,<1.4.4",
|
"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",
|
||||||
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
|
"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/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",
|
"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",
|
||||||
@ -2754,10 +2757,15 @@
|
|||||||
"name": "Marco Pivetta",
|
"name": "Marco Pivetta",
|
||||||
"email": "ocramius@gmail.com",
|
"email": "ocramius@gmail.com",
|
||||||
"role": "maintainer"
|
"role": "maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Ilya Tribusean",
|
||||||
|
"email": "slash3b@gmail.com",
|
||||||
|
"role": "maintainer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
||||||
"time": "2020-01-20T14:23:18+00:00"
|
"time": "2020-01-28T17:25:41+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
|
Loading…
Reference in New Issue
Block a user