From eca54a0311780e4dfaa58ea5421f8bd511493f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 04:43:55 +0000 Subject: [PATCH] Update symfony/config requirement from ^4.1 to ^7.1 Updates the requirements on [symfony/config](https://github.com/symfony/config) to permit the latest version. - [Release notes](https://github.com/symfony/config/releases) - [Changelog](https://github.com/symfony/config/blob/7.1/CHANGELOG.md) - [Commits](https://github.com/symfony/config/compare/v4.1.0...v7.1.1) --- updated-dependencies: - dependency-name: symfony/config 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..40201ee 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "roave/security-advisories": "dev-master", "php": ">=7.1", - "symfony/config": "^4.1", + "symfony/config": "^7.1", "symfony/yaml": "^4.1", "php-di/php-di": "^6.0", "adbario/php-dot-notation": "2.2.0",