From 992020ebaa0c8df9f535f7fd7fe8a372dfcae5b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:01:23 +0000 Subject: [PATCH] Bump the symfony group with 2 updates Updates the requirements on [symfony/ldap](https://github.com/symfony/ldap) and [symfony/security-core](https://github.com/symfony/security-core) to permit the latest version. Updates `symfony/ldap` to 7.2.0 - [Release notes](https://github.com/symfony/ldap/releases) - [Changelog](https://github.com/symfony/ldap/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/ldap/compare/v6.4.0...v7.2.0) Updates `symfony/security-core` to 7.2.0 - [Release notes](https://github.com/symfony/security-core/releases) - [Changelog](https://github.com/symfony/security-core/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/security-core/compare/v6.4.0...v7.2.0) --- updated-dependencies: - dependency-name: symfony/ldap dependency-type: direct:production dependency-group: symfony - dependency-name: symfony/security-core dependency-type: direct:production dependency-group: symfony ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6b0219d..54624b1 100644 --- a/composer.json +++ b/composer.json @@ -50,8 +50,8 @@ "simplesamlphp/simplesamlphp": "^2.2", "simplesamlphp/simplesamlphp-module-ldap": "^2.2", "symfony/http-foundation": "^6.4", - "symfony/ldap": "^6.4", - "symfony/security-core": "^6.4" + "symfony/ldap": "^7.2", + "symfony/security-core": "^7.2" }, "require-dev": { "simplesamlphp/simplesamlphp-test-framework": "^1.6.0"