From b8d4b33c8f1f7341c552915458924ac386615040 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:17:04 +0000 Subject: [PATCH] chore(deps): bump symfony/routing from 4.4.11 to 4.4.25 Bumps [symfony/routing](https://github.com/symfony/routing) from 4.4.11 to 4.4.25. - [Release notes](https://github.com/symfony/routing/releases) - [Changelog](https://github.com/symfony/routing/blob/5.3/CHANGELOG.md) - [Commits](https://github.com/symfony/routing/compare/v4.4.11...v4.4.25) Signed-off-by: dependabot-preview[bot] --- composer.lock | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 350111d..b87b88e 100644 --- a/composer.lock +++ b/composer.lock @@ -2695,16 +2695,16 @@ }, { "name": "symfony/routing", - "version": "v4.4.11", + "version": "v4.4.25", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "e103381a4c2f0731c14589041852bf979e97c7af" + "reference": "3a3c2f197ad0846ac6413225fc78868ba1c61434" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/e103381a4c2f0731c14589041852bf979e97c7af", - "reference": "e103381a4c2f0731c14589041852bf979e97c7af", + "url": "https://api.github.com/repos/symfony/routing/zipball/3a3c2f197ad0846ac6413225fc78868ba1c61434", + "reference": "3a3c2f197ad0846ac6413225fc78868ba1c61434", "shasum": "" }, "require": { @@ -2716,7 +2716,7 @@ "symfony/yaml": "<3.4" }, "require-dev": { - "doctrine/annotations": "~1.2", + "doctrine/annotations": "^1.10.4", "psr/log": "~1.0", "symfony/config": "^4.2|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", @@ -2732,11 +2732,6 @@ "symfony/yaml": "For using the YAML loader" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Routing\\": "" @@ -2759,7 +2754,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Routing Component", + "description": "Maps an HTTP request to a set of configuration variables", "homepage": "https://symfony.com", "keywords": [ "router", @@ -2768,7 +2763,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v4.4.11" + "source": "https://github.com/symfony/routing/tree/v4.4.25" }, "funding": [ { @@ -2784,7 +2779,7 @@ "type": "tidelift" } ], - "time": "2020-07-05T09:39:30+00:00" + "time": "2021-05-26T17:39:37+00:00" }, { "name": "symfony/service-contracts",