From 842958ba054f601631db928b5171f402f5cab049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:05:49 +0000 Subject: [PATCH] build(deps): update symfony/yaml requirement from ^6.0 to ^6.0 || ^7.0 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/v6.0.0...v7.1.1) --- 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 02fe449..7ea13c5 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phppkg/ini": "~0.1", "colinodell/json5": "^2.2 || ^3.0", "nette/neon": "^3.3", - "symfony/yaml": "^6.0", + "symfony/yaml": "^6.0 || ^7.0", "yosymfony/toml": "^1.0", "toolkit/fsutil": "^2.0", "toolkit/stdlib": "^2.0"