From 2c2ed2ddb207e7cbc2fc4383f957f8faa722f879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 01:27:04 +0000 Subject: [PATCH] Update symfony/security-bundle requirement from ^6 to ^6 || ^7 Updates the requirements on [symfony/security-bundle](https://github.com/symfony/security-bundle) to permit the latest version. - [Release notes](https://github.com/symfony/security-bundle/releases) - [Changelog](https://github.com/symfony/security-bundle/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/security-bundle/compare/v6.0.0...v7.2.0) --- updated-dependencies: - dependency-name: symfony/security-bundle dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5e47330..fcd6e3d 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "symfony/console": "^6" }, "require-dev": { - "symfony/security-bundle": "^6", + "symfony/security-bundle": "^6 || ^7", "symfony/yaml": "^6", "beberlei/porpaginas": "^1.2 || ^2.0", "php-coveralls/php-coveralls": "^2.1.0",