From 1c28a3067e0b887e507ffa79abf9e4b71995761a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:14:13 +0000 Subject: [PATCH] Update symfony/yaml requirement from ~5.4.21 to ~5.4.23 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.2/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/compare/v5.4.21...v5.4.23) --- 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 a8a56daa..416ac50d 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.21" + "symfony/yaml": "~5.4.23" }, "extra": { "class": "Altis\\Local_Server\\Composer\\Plugin",