From 706de29f17e9400762d3106010649d0a4e88a57f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:29:51 +0000 Subject: [PATCH] Update symfony/yaml requirement from ~5.4.40 to ~5.4.45 Updates the requirements on [symfony/yaml](https://github.com/symfony/yaml) to permit the latest version. - [Release notes](https://github.com/symfony/yaml/releases) - [Changelog](https://github.com/symfony/yaml/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/compare/v5.4.40...v5.4.45) --- updated-dependencies: - dependency-name: symfony/yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8b95f8c6..0b4b0586 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": ">=7.1", "composer-plugin-api": "^1.1 || ^2.0", - "symfony/yaml": "~5.4.40" + "symfony/yaml": "~5.4.45" }, "extra": { "class": "Altis\\Local_Server\\Composer\\Plugin",