From 5fb9e503972cb09a83d9eb9adf6ddafe143d14ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 08:17:45 +0000 Subject: [PATCH] Bump mezzio/mezzio-fastroute from 3.2.0 to 3.4.0 Bumps [mezzio/mezzio-fastroute](https://github.com/mezzio/mezzio-fastroute) from 3.2.0 to 3.4.0. - [Release notes](https://github.com/mezzio/mezzio-fastroute/releases) - [Commits](https://github.com/mezzio/mezzio-fastroute/compare/3.2.0...3.4.0) --- updated-dependencies: - dependency-name: mezzio/mezzio-fastroute dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 75 +++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 39 deletions(-) diff --git a/composer.lock b/composer.lock index ce725e11..65827a1f 100644 --- a/composer.lock +++ b/composer.lock @@ -2417,40 +2417,36 @@ }, { "name": "mezzio/mezzio-fastroute", - "version": "3.2.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/mezzio/mezzio-fastroute.git", - "reference": "faa586b35dc76231a5dce736227046ccbee2b5f1" + "reference": "c323692aa34eaca3e94311d5fcc5c5ca347ad401" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mezzio/mezzio-fastroute/zipball/faa586b35dc76231a5dce736227046ccbee2b5f1", - "reference": "faa586b35dc76231a5dce736227046ccbee2b5f1", + "url": "https://api.github.com/repos/mezzio/mezzio-fastroute/zipball/c323692aa34eaca3e94311d5fcc5c5ca347ad401", + "reference": "c323692aa34eaca3e94311d5fcc5c5ca347ad401", "shasum": "" }, "require": { "fig/http-message-util": "^1.1.2", "laminas/laminas-stdlib": "^2.0 || ^3.1", - "laminas/laminas-zendframework-bridge": "^1.0", - "mezzio/mezzio-router": "^3.2", + "mezzio/mezzio-router": "^3.7", "nikic/fast-route": "^1.2", - "php": "^7.3 || ~8.0.0", + "php": "^7.3 || ~8.0.0 || ~8.1.0", "psr/container": "^1.0", "psr/http-message": "^1.0.1" }, "conflict": { - "container-interop/container-interop": "<1.2.0" - }, - "replace": { - "zendframework/zend-expressive-fastroute": "^3.0.3" + "container-interop/container-interop": "<1.2.0", + "zendframework/zend-expressive-fastroute": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~1.0.0", - "laminas/laminas-diactoros": "^1.7.1", + "laminas/laminas-coding-standard": "~2.2.0", + "laminas/laminas-diactoros": "^2.5.0", "laminas/laminas-stratigility": "^3.0", - "malukenho/docheader": "^0.1.6", - "mikey179/vfsstream": "^1.6.7", + "mikey179/vfsstream": "^1.6.10", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.4.1", "psalm/plugin-phpunit": "^0.15.1", @@ -2496,7 +2492,7 @@ "type": "community_bridge" } ], - "time": "2021-04-19T21:45:49+00:00" + "time": "2021-12-08T06:56:05+00:00" }, { "name": "mezzio/mezzio-helpers", @@ -3124,12 +3120,12 @@ }, "type": "library", "autoload": { - "psr-4": { - "FastRoute\\": "src/" - }, "files": [ "src/functions.php" - ] + ], + "psr-4": { + "FastRoute\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4805,7 +4801,7 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", @@ -4867,7 +4863,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": [ { @@ -6344,29 +6340,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": { @@ -6393,7 +6390,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": [ { @@ -6409,7 +6406,7 @@ "type": "tidelift" } ], - "time": "2020-11-10T18:47:58+00:00" + "time": "2022-03-03T08:28:38+00:00" }, { "name": "filp/whoops", @@ -7106,16 +7103,16 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.6.0", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706" + "reference": "77a32518733312af16a44300404e945338981de3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706", - "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3", + "reference": "77a32518733312af16a44300404e945338981de3", "shasum": "" }, "require": { @@ -7150,9 +7147,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1" }, - "time": "2022-01-04T19:58:01+00:00" + "time": "2022-03-15T21:29:03+00:00" }, { "name": "phpspec/prophecy",