From 1d22c1a51e21a01ba86e5e2e55f4264dea8575fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 14:48:27 +0000 Subject: [PATCH] Update simplesamlphp/composer-module-installer requirement Updates the requirements on [simplesamlphp/composer-module-installer](https://github.com/simplesamlphp/composer-module-installer) to permit the latest version. Updates `simplesamlphp/composer-module-installer` to 1.4.0 - [Release notes](https://github.com/simplesamlphp/composer-module-installer/releases) - [Commits](https://github.com/simplesamlphp/composer-module-installer/compare/v1.3.6...v1.4.0) --- updated-dependencies: - dependency-name: simplesamlphp/composer-module-installer dependency-version: 1.4.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 35c6608..6e2f360 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "ext-krb5": ">=1.1.5", "simplesamlphp/assert": "~1.8.1", - "simplesamlphp/composer-module-installer": "~1.3.6", + "simplesamlphp/composer-module-installer": "~1.4.0", "simplesamlphp/simplesamlphp": "^2.4.0", "simplesamlphp/simplesamlphp-module-ldap": "^2.4.6", "symfony/http-foundation": "^6.4.0"