From 55cf3fb3403d93ce44974c6802ccb738940b4d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 21:57:56 +0000 Subject: [PATCH] Update symfony/yaml requirement from ~5.4.23 to ~5.4.31 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/6.3/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/compare/v5.4.23...v5.4.31) --- 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 416ac50d..e468a6bf 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.23" + "symfony/yaml": "~5.4.31" }, "extra": { "class": "Altis\\Local_Server\\Composer\\Plugin",