Update vendor

This commit is contained in:
Alexander Pankratov 2019-02-14 00:54:37 +03:00
parent 92d96f9be8
commit e3f0fb0a09
2 changed files with 276 additions and 28 deletions

View File

@ -8,9 +8,9 @@
"require": { "require": {
"php": ">=7.2.0", "php": ">=7.2.0",
"danog/madelineproto":"dev-master", "danog/madelineproto":"dev-master",
"amphp/dns": "dev-master#1ccd6337f72107ba422ae72a5812687739d214c8 as 0.9.9", "amphp/dns": "dev-master as 0.9.9",
"amphp/file": "dev-master#94f772bd7a438fcc46984b0075155c8eda7284af as 0.3.3", "amphp/file": "dev-master as 0.3.3",
"amphp/uri": "dev-master#b1b0aa74ba76aad7a75693fdc87e017b0c349316 as 0.1.3", "amphp/uri": "dev-master as 0.1.3",
"vlucas/phpdotenv": "^2.4", "vlucas/phpdotenv": "^2.4",
"ext-json": "*", "ext-json": "*",
"ext-swoole": ">=4.0" "ext-swoole": ">=4.0"

298
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "815af3a759746d3f3fea1f2383b1cea1", "content-hash": "39c15f87e0d95226da0592708880fea3",
"packages": [ "packages": [
{ {
"name": "amphp/amp", "name": "amphp/amp",
@ -331,20 +331,23 @@
}, },
{ {
"name": "amphp/http", "name": "amphp/http",
"version": "v1.0.1", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/amphp/http.git", "url": "https://github.com/amphp/http.git",
"reference": "16e465fa82555104d1cff98cb8e412295a380214" "reference": "c1317efc6b88df3c18580167b75a8a138134f3e3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/amphp/http/zipball/16e465fa82555104d1cff98cb8e412295a380214", "url": "https://api.github.com/repos/amphp/http/zipball/c1317efc6b88df3c18580167b75a8a138134f3e3",
"reference": "16e465fa82555104d1cff98cb8e412295a380214", "reference": "c1317efc6b88df3c18580167b75a8a138134f3e3",
"shasum": "" "shasum": ""
}, },
"require": {
"php": ">=7"
},
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.10", "amphp/php-cs-fixer-config": "dev-master",
"phpunit/phpunit": "^6.5" "phpunit/phpunit": "^6.5"
}, },
"type": "library", "type": "library",
@ -364,7 +367,7 @@
} }
], ],
"description": "Basic HTTP primitives which can be shared by servers and clients.", "description": "Basic HTTP primitives which can be shared by servers and clients.",
"time": "2018-03-15T17:24:53+00:00" "time": "2019-02-10T06:38:09+00:00"
}, },
{ {
"name": "amphp/log", "name": "amphp/log",
@ -763,42 +766,110 @@
"homepage": "https://github.com/amphp/uri", "homepage": "https://github.com/amphp/uri",
"time": "2018-12-21T10:29:41+00:00" "time": "2018-12-21T10:29:41+00:00"
}, },
{
"name": "amphp/websocket",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/amphp/websocket.git",
"reference": "f8502fe543e10c161be43bf66efb31cbb667aa67"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/websocket/zipball/f8502fe543e10c161be43bf66efb31cbb667aa67",
"reference": "f8502fe543e10c161be43bf66efb31cbb667aa67",
"shasum": ""
},
"require": {
"amphp/amp": "^2",
"amphp/byte-stream": "^1.5",
"amphp/socket": "^0.10",
"php": ">=7.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"phpunit/phpunit": "^6"
},
"suggest": {
"ext-zlib": "Required for compression"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Websocket\\": "src"
},
"files": [
"src/constants.php",
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
"description": "Shared code for websocket servers and clients.",
"keywords": [
"amp",
"amphp",
"async",
"http",
"non-blocking",
"websocket"
],
"time": "2019-02-10T06:34:39+00:00"
},
{ {
"name": "amphp/websocket-client", "name": "amphp/websocket-client",
"version": "dev-master", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/amphp/websocket-client.git", "url": "https://github.com/amphp/websocket-client.git",
"reference": "0251172a7fd78b867d41adb84ea5e49d4b62de2f" "reference": "2fa0342c8467408fed864c0a9eaf92d8e2dc6f26"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/amphp/websocket-client/zipball/0251172a7fd78b867d41adb84ea5e49d4b62de2f", "url": "https://api.github.com/repos/amphp/websocket-client/zipball/2fa0342c8467408fed864c0a9eaf92d8e2dc6f26",
"reference": "0251172a7fd78b867d41adb84ea5e49d4b62de2f", "reference": "2fa0342c8467408fed864c0a9eaf92d8e2dc6f26",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"amphp/amp": "^2", "amphp/amp": "^2",
"amphp/byte-stream": "^1", "amphp/byte-stream": "^1",
"amphp/http": "^1", "amphp/http": "dev-master as 1.1",
"amphp/socket": "^0.10", "amphp/socket": "^0.10",
"league/uri-parser": "^1.4", "amphp/websocket": "dev-master as 1.0",
"php": ">=7" "league/uri-schemes": "^1.2",
"php": ">=7.1"
}, },
"require-dev": { "require-dev": {
"amphp/http-server": "^1", "amphp/http-server": "^1",
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1", "amphp/phpunit-util": "^1",
"amphp/websocket-server": "^1", "amphp/websocket-server": "dev-master as 2.0",
"friendsofphp/php-cs-fixer": "^2.9",
"phpunit/phpunit": "^6" "phpunit/phpunit": "^6"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Amp\\Websocket\\": "lib" "Amp\\Websocket\\Client\\": "src"
}, },
"files": [ "files": [
"lib/functions.php" "src/functions.php"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -829,7 +900,7 @@
"non-blocking", "non-blocking",
"websocket" "websocket"
], ],
"time": "2019-01-30T17:31:56+00:00" "time": "2019-02-10T16:47:17+00:00"
}, },
{ {
"name": "amphp/windows-registry", "name": "amphp/windows-registry",
@ -1127,6 +1198,58 @@
], ],
"time": "2018-06-11T18:15:32+00:00" "time": "2018-06-11T18:15:32+00:00"
}, },
{
"name": "league/uri-interfaces",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "081760c53a4ce76c9935a755a21353610f5495f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/081760c53a4ce76c9935a755a21353610f5495f6",
"reference": "081760c53a4ce76c9935a755a21353610f5495f6",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "Common interface for URI representation",
"homepage": "http://github.com/thephpleague/uri-interfaces",
"keywords": [
"rfc3986",
"rfc3987",
"uri",
"url"
],
"time": "2018-11-05T14:00:06+00:00"
},
{ {
"name": "league/uri-parser", "name": "league/uri-parser",
"version": "dev-master", "version": "dev-master",
@ -1192,6 +1315,81 @@
], ],
"time": "2018-11-22T07:55:51+00:00" "time": "2018-11-22T07:55:51+00:00"
}, },
{
"name": "league/uri-schemes",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-schemes.git",
"reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-schemes/zipball/f821a444785724bcc9bc244b1173b9d6ca4d71e6",
"reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"league/uri-interfaces": "^1.1",
"league/uri-parser": "^1.4.0",
"php": ">=7.0.13",
"psr/http-message": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpstan/phpstan-strict-rules": "^0.9.0",
"phpunit/phpunit": "^6.0"
},
"suggest": {
"ext-intl": "Allow parsing RFC3987 compliant hosts",
"league/uri-manipulations": "Needed to easily manipulate URI objects"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "URI manipulation library",
"homepage": "http://uri.thephpleague.com",
"keywords": [
"data-uri",
"file",
"ftp",
"http",
"https",
"parse_url",
"psr-7",
"rfc3986",
"uri",
"url",
"ws",
"wss"
],
"time": "2018-11-26T08:09:30+00:00"
},
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "1.x-dev", "version": "1.x-dev",
@ -1469,6 +1667,56 @@
], ],
"time": "2018-02-20T14:40:20+00:00" "time": "2018-02-20T14:40:20+00:00"
}, },
{
"name": "psr/http-message",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
},
{ {
"name": "psr/log", "name": "psr/log",
"version": "dev-master", "version": "dev-master",
@ -1577,16 +1825,16 @@
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.10.0", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19" "reference": "82ebae02209c21113908c229e9883c419720738a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19", "reference": "82ebae02209c21113908c229e9883c419720738a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1598,7 +1846,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.9-dev" "dev-master": "1.11-dev"
} }
}, },
"autoload": { "autoload": {
@ -1620,7 +1868,7 @@
}, },
{ {
"name": "Gert de Pagter", "name": "Gert de Pagter",
"email": "backendtea@gmail.com" "email": "BackEndTea@gmail.com"
} }
], ],
"description": "Symfony polyfill for ctype functions", "description": "Symfony polyfill for ctype functions",
@ -1631,7 +1879,7 @@
"polyfill", "polyfill",
"portable" "portable"
], ],
"time": "2018-08-06T14:22:27+00:00" "time": "2019-02-06T07:57:58+00:00"
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",