From 5cf7dbf9752bc1295c3c7a9c045ab785ea2d9efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:18:45 +0000 Subject: [PATCH] Update symfony/yaml requirement from ~5.4.31 to ~5.4.35 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.0/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/compare/v5.4.31...v5.4.35) --- 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 e468a6bf..389bc48e 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.31" + "symfony/yaml": "~5.4.35" }, "extra": { "class": "Altis\\Local_Server\\Composer\\Plugin",