diff --git a/core/php/MultiplayerWebSocket/composer.lock b/core/php/MultiplayerWebSocket/composer.lock index a68eb96..59205a7 100644 --- a/core/php/MultiplayerWebSocket/composer.lock +++ b/core/php/MultiplayerWebSocket/composer.lock @@ -1,10 +1,9 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "c54b5e9e2cd9b70bc6b0116db7b1cf1f", "content-hash": "1976a9ca993ca57a762b4739a66047f7", "packages": [ { @@ -53,7 +52,7 @@ "server", "sockets" ], - "time": "2015-12-23 15:06:48" + "time": "2015-12-23T15:06:48+00:00" }, { "name": "evenement/evenement", @@ -99,7 +98,7 @@ "event-dispatcher", "event-emitter" ], - "time": "2012-11-02 14:49:47" + "time": "2012-11-02T14:49:47+00:00" }, { "name": "guzzle/common", @@ -144,7 +143,7 @@ "exception" ], "abandoned": "guzzle/guzzle", - "time": "2014-08-11 04:32:36" + "time": "2014-08-11T04:32:36+00:00" }, { "name": "guzzle/http", @@ -202,7 +201,7 @@ "http client" ], "abandoned": "guzzle/guzzle", - "time": "2014-08-11 04:32:36" + "time": "2014-08-11T04:32:36+00:00" }, { "name": "guzzle/parser", @@ -247,7 +246,7 @@ "url" ], "abandoned": "guzzle/guzzle", - "time": "2014-02-05 18:29:46" + "time": "2014-02-05T18:29:46+00:00" }, { "name": "guzzle/stream", @@ -301,7 +300,52 @@ "stream" ], "abandoned": "guzzle/guzzle", - "time": "2014-05-01 21:36:02" + "time": "2014-05-01T21:36:02+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v9.99.99", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "shasum": "" + }, + "require": { + "php": "^7" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "polyfill", + "pseudorandom", + "random" + ], + "time": "2018-07-02T15:55:56+00:00" }, { "name": "react/event-loop", @@ -345,7 +389,7 @@ "asynchronous", "event-loop" ], - "time": "2016-03-08 02:09:32" + "time": "2016-03-08T02:09:32+00:00" }, { "name": "react/socket", @@ -386,7 +430,7 @@ "keywords": [ "Socket" ], - "time": "2016-03-01 20:10:35" + "time": "2016-03-01T20:10:35+00:00" }, { "name": "react/stream", @@ -434,7 +478,7 @@ "pipe", "stream" ], - "time": "2015-10-07 18:32:58" + "time": "2015-10-07T18:32:58+00:00" }, { "name": "symfony/event-dispatcher", @@ -494,33 +538,34 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2016-03-10 10:34:12" + "time": "2016-03-10T10:34:12+00:00" }, { "name": "symfony/http-foundation", - "version": "v3.0.4", + "version": "v3.4.40", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "99f38445a874e7becb8afc4b4a79ee181cf6ec3f" + "reference": "eded33daef1147be7ff1249706be9a49fe2c7a44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/99f38445a874e7becb8afc4b4a79ee181cf6ec3f", - "reference": "99f38445a874e7becb8afc4b4a79ee181cf6ec3f", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/eded33daef1147be7ff1249706be9a49fe2c7a44", + "reference": "eded33daef1147be7ff1249706be9a49fe2c7a44", "shasum": "" }, "require": { - "php": ">=5.5.9", - "symfony/polyfill-mbstring": "~1.1" + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php70": "~1.6" }, "require-dev": { - "symfony/expression-language": "~2.8|~3.0" + "symfony/expression-language": "~2.8|~3.0|~4.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -547,20 +592,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2016-03-27 14:50:32" + "time": "2020-04-18T20:23:17+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.1.1", + "version": "v1.16.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "1289d16209491b584839022f29257ad859b8532d" + "reference": "a54881ec0ab3b2005c406aed0023c062879031e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", - "reference": "1289d16209491b584839022f29257ad859b8532d", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a54881ec0ab3b2005c406aed0023c062879031e7", + "reference": "a54881ec0ab3b2005c406aed0023c062879031e7", "shasum": "" }, "require": { @@ -572,7 +617,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-master": "1.16-dev" } }, "autoload": { @@ -606,7 +651,66 @@ "portable", "shim" ], - "time": "2016-01-20 09:13:37" + "time": "2020-05-08T16:50:20+00:00" + }, + { + "name": "symfony/polyfill-php70", + "version": "v1.16.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php70.git", + "reference": "6cc55bd2a085dbe05b4122c1987a82897b8da419" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6cc55bd2a085dbe05b4122c1987a82897b8da419", + "reference": "6cc55bd2a085dbe05b4122c1987a82897b8da419", + "shasum": "" + }, + "require": { + "paragonie/random_compat": "~1.0|~2.0|~9.99", + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.16-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php70\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2020-05-02T14:56:09+00:00" }, { "name": "symfony/routing", @@ -681,7 +785,7 @@ "uri", "url" ], - "time": "2016-03-23 13:23:25" + "time": "2016-03-23T13:23:25+00:00" } ], "packages-dev": [],