diff --git a/composer.lock b/composer.lock index 02737dc..82e8ff2 100644 --- a/composer.lock +++ b/composer.lock @@ -171,29 +171,30 @@ }, { "name": "doctrine/instantiator", - "version": "1.4.0", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" + "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", - "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", + "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^8.0", + "doctrine/coding-standard": "^9", "ext-pdo": "*", "ext-phar": "*", - "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" + "phpbench/phpbench": "^0.16 || ^1", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.22" }, "type": "library", "autoload": { @@ -220,7 +221,7 @@ ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/1.4.0" + "source": "https://github.com/doctrine/instantiator/tree/1.4.1" }, "funding": [ { @@ -236,20 +237,20 @@ "type": "tidelift" } ], - "time": "2020-11-10T18:47:58+00:00" + "time": "2022-03-03T08:28:38+00:00" }, { "name": "doctrine/lexer", - "version": "1.2.2", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c" + "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", - "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", + "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", "shasum": "" }, "require": { @@ -257,7 +258,7 @@ }, "require-dev": { "doctrine/coding-standard": "^9.0", - "phpstan/phpstan": "1.3", + "phpstan/phpstan": "^1.3", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "vimeo/psalm": "^4.11" }, @@ -296,7 +297,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.2" + "source": "https://github.com/doctrine/lexer/tree/1.2.3" }, "funding": [ { @@ -312,7 +313,7 @@ "type": "tidelift" } ], - "time": "2022-01-12T08:27:12+00:00" + "time": "2022-02-28T11:07:21+00:00" }, { "name": "egulias/email-validator", @@ -1112,6 +1113,55 @@ }, "time": "2021-11-09T09:13:51+00:00" }, + { + "name": "hyperf/context", + "version": "v3.0.0-alpha.3", + "source": { + "type": "git", + "url": "https://github.com/hyperf/context.git", + "reference": "e7a54d15286ac559e19e65890466ab18987da902" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hyperf/context/zipball/e7a54d15286ac559e19e65890466ab18987da902", + "reference": "e7a54d15286ac559e19e65890466ab18987da902", + "shasum": "" + }, + "require": { + "hyperf/engine": "^1.2|^2.0", + "php": ">=8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev" + } + }, + "autoload": { + "psr-4": { + "Hyperf\\Context\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A coroutine context library.", + "homepage": "https://hyperf.io", + "keywords": [ + "Context", + "hyperf", + "php", + "swoole" + ], + "support": { + "docs": "https://hyperf.wiki", + "issues": "https://github.com/hyperf/hyperf/issues", + "pull-request": "https://github.com/hyperf/hyperf/pulls", + "source": "https://github.com/hyperf/hyperf" + }, + "time": "2022-02-21T04:08:56+00:00" + }, { "name": "hyperf/contract", "version": "v3.0.0-alpha.1", @@ -1210,16 +1260,16 @@ }, { "name": "hyperf/database", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-alpha.4", "source": { "type": "git", "url": "https://github.com/hyperf/database.git", - "reference": "ec2b20fb7b672cf85894fcdadf89895cac57df83" + "reference": "5f8a77b9202dfa868a1f73edb3844497dacfa5cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/database/zipball/ec2b20fb7b672cf85894fcdadf89895cac57df83", - "reference": "ec2b20fb7b672cf85894fcdadf89895cac57df83", + "url": "https://api.github.com/repos/hyperf/database/zipball/5f8a77b9202dfa868a1f73edb3844497dacfa5cb", + "reference": "5f8a77b9202dfa868a1f73edb3844497dacfa5cb", "shasum": "" }, "require": { @@ -1263,7 +1313,7 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2022-01-30T08:51:23+00:00" + "time": "2022-03-01T03:13:47+00:00" }, { "name": "hyperf/db-connection", @@ -1324,16 +1374,16 @@ }, { "name": "hyperf/di", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-alpha.4", "source": { "type": "git", "url": "https://github.com/hyperf/di.git", - "reference": "5ef32a8fc44014c602549855fd1d650ff22c7094" + "reference": "c03b5052229c3382d371d21798b955f49b554918" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/di/zipball/5ef32a8fc44014c602549855fd1d650ff22c7094", - "reference": "5ef32a8fc44014c602549855fd1d650ff22c7094", + "url": "https://api.github.com/repos/hyperf/di/zipball/c03b5052229c3382d371d21798b955f49b554918", + "reference": "c03b5052229c3382d371d21798b955f49b554918", "shasum": "" }, "require": { @@ -1343,7 +1393,7 @@ "php": ">=8.0", "php-di/phpdoc-reader": "^2.2", "psr/container": "^1.0|^2.0", - "symfony/finder": "^5.0", + "symfony/finder": "^5.0|^6.0", "vlucas/phpdotenv": "^5.0" }, "suggest": { @@ -1383,20 +1433,20 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2022-01-30T08:51:23+00:00" + "time": "2022-03-01T03:13:47+00:00" }, { "name": "hyperf/dispatcher", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-alpha.4", "source": { "type": "git", "url": "https://github.com/hyperf/dispatcher.git", - "reference": "e3d8aa404d0658796674109061eeab84a10dafef" + "reference": "943a8530335d8f174357b7aff47f71e9badc0e13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/dispatcher/zipball/e3d8aa404d0658796674109061eeab84a10dafef", - "reference": "e3d8aa404d0658796674109061eeab84a10dafef", + "url": "https://api.github.com/repos/hyperf/dispatcher/zipball/943a8530335d8f174357b7aff47f71e9badc0e13", + "reference": "943a8530335d8f174357b7aff47f71e9badc0e13", "shasum": "" }, "require": { @@ -1440,7 +1490,7 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2021-11-10T06:27:28+00:00" + "time": "2022-03-01T03:13:47+00:00" }, { "name": "hyperf/engine", @@ -1552,16 +1602,16 @@ }, { "name": "hyperf/exception-handler", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-alpha.4", "source": { "type": "git", "url": "https://github.com/hyperf/exception-handler.git", - "reference": "6526d39379d46304f3c0fafeab976d083ab2a372" + "reference": "46bd8c1d8530ebce1e0784833ec979ea43211f8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/exception-handler/zipball/6526d39379d46304f3c0fafeab976d083ab2a372", - "reference": "6526d39379d46304f3c0fafeab976d083ab2a372", + "url": "https://api.github.com/repos/hyperf/exception-handler/zipball/46bd8c1d8530ebce1e0784833ec979ea43211f8e", + "reference": "46bd8c1d8530ebce1e0784833ec979ea43211f8e", "shasum": "" }, "require": { @@ -1603,20 +1653,20 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2021-11-20T06:41:16+00:00" + "time": "2022-03-01T03:13:47+00:00" }, { "name": "hyperf/framework", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-alpha.3", "source": { "type": "git", "url": "https://github.com/hyperf/framework.git", - "reference": "ab7a1c7b416d2688c7de13afe7a74cb20a8563ca" + "reference": "6693df4a9dd680c831aeb8511cc551d0b3f2a2d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/framework/zipball/ab7a1c7b416d2688c7de13afe7a74cb20a8563ca", - "reference": "ab7a1c7b416d2688c7de13afe7a74cb20a8563ca", + "url": "https://api.github.com/repos/hyperf/framework/zipball/6693df4a9dd680c831aeb8511cc551d0b3f2a2d5", + "reference": "6693df4a9dd680c831aeb8511cc551d0b3f2a2d5", "shasum": "" }, "require": { @@ -1633,7 +1683,7 @@ "hyperf/command": "Required to use Command annotation.", "hyperf/di": "Required to use Command annotation.", "hyperf/dispatcher": "Required to use BootApplication event.", - "symfony/event-dispatcher": "Required to use symfony event dispatcher (^5.0)." + "symfony/event-dispatcher": "Required to use symfony event dispatcher (^5.0|^6.0)." }, "type": "library", "extra": { @@ -1669,7 +1719,7 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2021-11-20T06:41:16+00:00" + "time": "2022-02-21T09:17:24+00:00" }, { "name": "hyperf/guzzle", @@ -1782,16 +1832,16 @@ }, { "name": "hyperf/http-server", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-alpha.4", "source": { "type": "git", "url": "https://github.com/hyperf/http-server.git", - "reference": "0fa00db9c1ab878c1e31b24fdf0312b6a4cae015" + "reference": "59dbe4adfc1a0c9bd6a1fd3dfa70218be9efae81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/http-server/zipball/0fa00db9c1ab878c1e31b24fdf0312b6a4cae015", - "reference": "0fa00db9c1ab878c1e31b24fdf0312b6a4cae015", + "url": "https://api.github.com/repos/hyperf/http-server/zipball/59dbe4adfc1a0c9bd6a1fd3dfa70218be9efae81", + "reference": "59dbe4adfc1a0c9bd6a1fd3dfa70218be9efae81", "shasum": "" }, "require": { @@ -1843,7 +1893,7 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2022-01-30T08:51:23+00:00" + "time": "2022-03-01T03:13:47+00:00" }, { "name": "hyperf/logger", @@ -2295,16 +2345,16 @@ }, { "name": "hyperf/server", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-alpha.4", "source": { "type": "git", "url": "https://github.com/hyperf/server.git", - "reference": "e4c4dd620c42d817cb133ed8198c784ee5eee109" + "reference": "22a35c6f79c0d427a6412bd360328eb73943903f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/server/zipball/e4c4dd620c42d817cb133ed8198c784ee5eee109", - "reference": "e4c4dd620c42d817cb133ed8198c784ee5eee109", + "url": "https://api.github.com/repos/hyperf/server/zipball/22a35c6f79c0d427a6412bd360328eb73943903f", + "reference": "22a35c6f79c0d427a6412bd360328eb73943903f", "shasum": "" }, "require": { @@ -2314,7 +2364,7 @@ "psr/container": "^1.0|^2.0", "psr/event-dispatcher": "^1.0", "psr/log": "^1.0|^2.0|^3.0", - "symfony/console": "^5.0" + "symfony/console": "^5.0|^6.0" }, "suggest": { "hyperf/event": "Dump the info after server start.", @@ -2352,20 +2402,20 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2022-02-10T05:18:20+00:00" + "time": "2022-03-01T03:13:47+00:00" }, { "name": "hyperf/translation", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-alpha.4", "source": { "type": "git", "url": "https://github.com/hyperf/translation.git", - "reference": "d66093ee57fde990163ebefe2a166dd42901736d" + "reference": "e3228b67ec02f2a6dc3311ab3966e4ae1980d2ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/translation/zipball/d66093ee57fde990163ebefe2a166dd42901736d", - "reference": "d66093ee57fde990163ebefe2a166dd42901736d", + "url": "https://api.github.com/repos/hyperf/translation/zipball/e3228b67ec02f2a6dc3311ab3966e4ae1980d2ae", + "reference": "e3228b67ec02f2a6dc3311ab3966e4ae1980d2ae", "shasum": "" }, "require": { @@ -2403,26 +2453,27 @@ ], "support": { "issues": "https://github.com/hyperf/translation/issues", - "source": "https://github.com/hyperf/translation/tree/v3.0.0-alpha.1" + "source": "https://github.com/hyperf/translation/tree/v3.0.0-alpha.4" }, - "time": "2022-02-10T05:18:20+00:00" + "time": "2022-03-01T03:13:47+00:00" }, { "name": "hyperf/utils", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-alpha.4", "source": { "type": "git", "url": "https://github.com/hyperf/utils.git", - "reference": "f9bd4e03b93e5e869c66e6a6f50520afcb5535f7" + "reference": "80ad18d225327450cc3f32e7f36a0f0482f8bd4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/utils/zipball/f9bd4e03b93e5e869c66e6a6f50520afcb5535f7", - "reference": "f9bd4e03b93e5e869c66e6a6f50520afcb5535f7", + "url": "https://api.github.com/repos/hyperf/utils/zipball/80ad18d225327450cc3f32e7f36a0f0482f8bd4a", + "reference": "80ad18d225327450cc3f32e7f36a0f0482f8bd4a", "shasum": "" }, "require": { "doctrine/inflector": "^2.0", + "hyperf/context": "~3.0.0", "hyperf/contract": "~3.0.0", "hyperf/coordinator": "~3.0.0", "hyperf/engine": "^1.2|^2.0", @@ -2433,9 +2484,9 @@ "ext-swoole": "Required to use methods related to swoole (>=4.5).", "hyperf/di": "Required to use ExceptionNormalizer", "nikic/php-parser": "Required to use PhpParser. (^4.0)", - "symfony/property-access": "Required to use SymfonyNormalizer (^5.0)", - "symfony/serializer": "Required to use SymfonyNormalizer (^5.0)", - "symfony/var-dumper": "Required to use the dd function (^5.0)." + "symfony/property-access": "Required to use SymfonyNormalizer (^5.0|^6.0)", + "symfony/serializer": "Required to use SymfonyNormalizer (^5.0|^6.0)", + "symfony/var-dumper": "Required to use the dd function (^5.0|^6.0)." }, "type": "library", "extra": { @@ -2472,20 +2523,20 @@ "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, - "time": "2022-02-05T11:26:37+00:00" + "time": "2022-03-01T03:13:47+00:00" }, { "name": "hyperf/validation", - "version": "v3.0.0-alpha.1", + "version": "v3.0.0-alpha.4", "source": { "type": "git", "url": "https://github.com/hyperf/validation.git", - "reference": "a218614aed4fe1bb74fa7214affb1d18136118ab" + "reference": "a53502deb330ac57cb9162849756a3a5d1451520" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/validation/zipball/a218614aed4fe1bb74fa7214affb1d18136118ab", - "reference": "a218614aed4fe1bb74fa7214affb1d18136118ab", + "url": "https://api.github.com/repos/hyperf/validation/zipball/a53502deb330ac57cb9162849756a3a5d1451520", + "reference": "a53502deb330ac57cb9162849756a3a5d1451520", "shasum": "" }, "require": { @@ -2529,9 +2580,9 @@ ], "support": { "issues": "https://github.com/hyperf/validation/issues", - "source": "https://github.com/hyperf/validation/tree/v3.0.0-alpha.1" + "source": "https://github.com/hyperf/validation/tree/v3.0.0-alpha.4" }, - "time": "2022-02-12T06:31:39+00:00" + "time": "2022-03-01T03:13:47+00:00" }, { "name": "laminas/laminas-mime", @@ -2827,16 +2878,16 @@ }, { "name": "nesbot/carbon", - "version": "2.56.0", + "version": "2.57.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "626ec8cbb724cd3c3400c3ed8f730545b744e3f4" + "reference": "4a54375c21eea4811dbd1149fe6b246517554e78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/626ec8cbb724cd3c3400c3ed8f730545b744e3f4", - "reference": "626ec8cbb724cd3c3400c3ed8f730545b744e3f4", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4a54375c21eea4811dbd1149fe6b246517554e78", + "reference": "4a54375c21eea4811dbd1149fe6b246517554e78", "shasum": "" }, "require": { @@ -2919,7 +2970,7 @@ "type": "tidelift" } ], - "time": "2022-01-21T17:08:38+00:00" + "time": "2022-02-13T18:13:33+00:00" }, { "name": "nikic/fast-route", @@ -3713,16 +3764,16 @@ }, { "name": "symfony/console", - "version": "v5.4.3", + "version": "v5.4.5", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "a2a86ec353d825c75856c6fd14fac416a7bdb6b8" + "reference": "d8111acc99876953f52fe16d4c50eb60940d49ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/a2a86ec353d825c75856c6fd14fac416a7bdb6b8", - "reference": "a2a86ec353d825c75856c6fd14fac416a7bdb6b8", + "url": "https://api.github.com/repos/symfony/console/zipball/d8111acc99876953f52fe16d4c50eb60940d49ad", + "reference": "d8111acc99876953f52fe16d4c50eb60940d49ad", "shasum": "" }, "require": { @@ -3792,7 +3843,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.3" + "source": "https://github.com/symfony/console/tree/v5.4.5" }, "funding": [ { @@ -3808,7 +3859,7 @@ "type": "tidelift" } ], - "time": "2022-01-26T16:28:35+00:00" + "time": "2022-02-24T12:45:35+00:00" }, { "name": "symfony/deprecation-contracts", @@ -3942,7 +3993,7 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", @@ -3974,12 +4025,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4004,7 +4055,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0" }, "funding": [ { @@ -4024,7 +4075,7 @@ }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", @@ -4085,7 +4136,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.25.0" }, "funding": [ { @@ -4105,7 +4156,7 @@ }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", @@ -4172,7 +4223,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0" }, "funding": [ { @@ -4192,7 +4243,7 @@ }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -4256,7 +4307,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0" }, "funding": [ { @@ -4276,7 +4327,7 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", @@ -4339,7 +4390,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" }, "funding": [ { @@ -4359,7 +4410,7 @@ }, { "name": "symfony/polyfill-php72", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", @@ -4415,7 +4466,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0" }, "funding": [ { @@ -4435,7 +4486,7 @@ }, { "name": "symfony/polyfill-php73", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", @@ -4494,7 +4545,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0" }, "funding": [ { @@ -4514,16 +4565,16 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" + "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", - "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", + "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", "shasum": "" }, "require": { @@ -4577,7 +4628,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0" }, "funding": [ { @@ -4593,7 +4644,7 @@ "type": "tidelift" } ], - "time": "2021-09-13T13:58:33+00:00" + "time": "2022-03-04T08:16:47+00:00" }, { "name": "symfony/service-contracts", @@ -4709,12 +4760,12 @@ }, "type": "library", "autoload": { - "psr-4": { - "Symfony\\Component\\String\\": "" - }, "files": [ "Resources/functions.php" ], + "psr-4": { + "Symfony\\Component\\String\\": "" + }, "exclude-from-classmap": [ "/Tests/" ] @@ -4764,16 +4815,16 @@ }, { "name": "symfony/translation", - "version": "v6.0.3", + "version": "v6.0.6", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "71bb15335798f8c4da110911bcf2d2fead7a430d" + "reference": "f6639cb9b5e0c57fe31e3263b900a77eedb0c908" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/71bb15335798f8c4da110911bcf2d2fead7a430d", - "reference": "71bb15335798f8c4da110911bcf2d2fead7a430d", + "url": "https://api.github.com/repos/symfony/translation/zipball/f6639cb9b5e0c57fe31e3263b900a77eedb0c908", + "reference": "f6639cb9b5e0c57fe31e3263b900a77eedb0c908", "shasum": "" }, "require": { @@ -4839,7 +4890,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.0.3" + "source": "https://github.com/symfony/translation/tree/v6.0.6" }, "funding": [ { @@ -4855,7 +4906,7 @@ "type": "tidelift" } ], - "time": "2022-01-07T00:29:03+00:00" + "time": "2022-03-02T12:58:14+00:00" }, { "name": "symfony/translation-contracts",