From 1a9cf53e8535f94eca163238dfbb120b58b8cefe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:28:45 +0000 Subject: [PATCH] Update symfony/yaml requirement from ~5.4.39 to ~5.4.40 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.1/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/compare/v5.4.39...v5.4.40) --- 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 63166e46..8b95f8c6 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.39" + "symfony/yaml": "~5.4.40" }, "extra": { "class": "Altis\\Local_Server\\Composer\\Plugin",