From d94c98588cf63dc0a5d9fe84f199916ac9af55f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:11:54 +0000 Subject: [PATCH] Update symfony/http-foundation requirement from ^6.0 to ^7.1 Updates the requirements on [symfony/http-foundation](https://github.com/symfony/http-foundation) to permit the latest version. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/7.1/CHANGELOG.md) - [Commits](https://github.com/symfony/http-foundation/compare/v6.0.0...v7.1.1) --- updated-dependencies: - dependency-name: symfony/http-foundation 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 07ebe34..3e8d610 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "simplesamlphp/assert": "^1.0.0", "simplesamlphp/simplesamlphp": "^2.1", "simplesamlphp/composer-module-installer": "^1.3.4", - "symfony/http-foundation": "^6.0" + "symfony/http-foundation": "^7.1" }, "require-dev": { "simplesamlphp/simplesamlphp-test-framework": "~1.6.0"