From fa7f8be19dcbb886d852b6865bfbdc1cd5d8caae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 04:14:17 +0000 Subject: [PATCH] Bump symfony/web-link from 6.3.0 to 6.4.0 Bumps [symfony/web-link](https://github.com/symfony/web-link) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/symfony/web-link/releases) - [Changelog](https://github.com/symfony/web-link/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/web-link/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: symfony/web-link dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 41d2c7a..397e0eb 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "symfony/translation": "6.3.*", "symfony/twig-bundle": "6.3.*", "symfony/validator": "6.4.*", - "symfony/web-link": "6.3.*", + "symfony/web-link": "6.4.*", "symfony/webpack-encore-bundle": "^2.1", "symfony/yaml": "6.3.*", "twig/extra-bundle": "^3.7", diff --git a/composer.lock b/composer.lock index 7c806df..bc91f0b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2d7bb7b733fb55b8d72d307e278029be", + "content-hash": "cc0bfdc6cb30579760d21da0283d7ee5", "packages": [ { "name": "brick/math", @@ -8022,16 +8022,16 @@ }, { "name": "symfony/web-link", - "version": "v6.3.0", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/web-link.git", - "reference": "0989ca617d0703cdca501a245f10e194ff22315b" + "reference": "c7e30b9b90c4a9b3c94cc5697c7b8046a6655a51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-link/zipball/0989ca617d0703cdca501a245f10e194ff22315b", - "reference": "0989ca617d0703cdca501a245f10e194ff22315b", + "url": "https://api.github.com/repos/symfony/web-link/zipball/c7e30b9b90c4a9b3c94cc5697c7b8046a6655a51", + "reference": "c7e30b9b90c4a9b3c94cc5697c7b8046a6655a51", "shasum": "" }, "require": { @@ -8045,7 +8045,7 @@ "psr/link-implementation": "1.0|2.0" }, "require-dev": { - "symfony/http-kernel": "^5.4|^6.0" + "symfony/http-kernel": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -8085,7 +8085,7 @@ "push" ], "support": { - "source": "https://github.com/symfony/web-link/tree/v6.3.0" + "source": "https://github.com/symfony/web-link/tree/v6.4.0" }, "funding": [ { @@ -8101,7 +8101,7 @@ "type": "tidelift" } ], - "time": "2023-04-21T14:41:17+00:00" + "time": "2023-09-25T12:52:38+00:00" }, { "name": "symfony/webpack-encore-bundle",