From 379700803ee5836f546e89253786a9f7480c7834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 04:44:09 +0000 Subject: [PATCH] Update symfony/yaml requirement from ^4.1 to ^7.1 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/v4.1.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 ee94eca..9064b46 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "roave/security-advisories": "dev-master", "php": ">=7.1", "symfony/config": "^4.1", - "symfony/yaml": "^4.1", + "symfony/yaml": "^7.1", "php-di/php-di": "^6.0", "adbario/php-dot-notation": "2.2.0", "ext-mysqli": "^7.1"