From 95d8b021e33c3c6d9f0095a0cd4020f96b43cac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 13:10:10 +0000 Subject: [PATCH] Bump phpgt/routing from 1.0.5 to 1.1.0 Bumps [phpgt/routing](https://github.com/PhpGt/Routing) from 1.0.5 to 1.1.0. - [Release notes](https://github.com/PhpGt/Routing/releases) - [Commits](https://github.com/PhpGt/Routing/compare/v1.0.5...v1.1.0) --- updated-dependencies: - dependency-name: phpgt/routing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 380d7cb6..83fc9721 100644 --- a/composer.lock +++ b/composer.lock @@ -721,16 +721,16 @@ }, { "name": "phpgt/routing", - "version": "v1.0.5", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/PhpGt/Routing.git", - "reference": "847f46706a358340989cb996ce499fdcd8fca498" + "reference": "72e6b4fa50a3375dba1b8529d2ecca88afe1ca7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhpGt/Routing/zipball/847f46706a358340989cb996ce499fdcd8fca498", - "reference": "847f46706a358340989cb996ce499fdcd8fca498", + "url": "https://api.github.com/repos/PhpGt/Routing/zipball/72e6b4fa50a3375dba1b8529d2ecca88afe1ca7e", + "reference": "72e6b4fa50a3375dba1b8529d2ecca88afe1ca7e", "shasum": "" }, "require": { @@ -743,8 +743,8 @@ "willdurand/negotiation": "^3.0" }, "require-dev": { - "phpstan/phpstan": "~1.2", - "phpunit/phpunit": "~9.5" + "phpstan/phpstan": "^1.2", + "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { @@ -778,7 +778,7 @@ ], "support": { "issues": "https://github.com/PhpGt/Routing/issues", - "source": "https://github.com/PhpGt/Routing/tree/v1.0.5" + "source": "https://github.com/PhpGt/Routing/tree/v1.1.0" }, "funding": [ { @@ -786,7 +786,7 @@ "type": "github" } ], - "time": "2022-01-31T13:57:32+00:00" + "time": "2022-02-21T22:56:21+00:00" }, { "name": "phpgt/servicecontainer",