From 8ad4077667652d521c2c2cc476ad2a3db8164c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:00:10 +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.4...v1.4.0) --- updated-dependencies: - dependency-name: simplesamlphp/composer-module-installer 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 fdee2cd..7baa809 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require": { "php": "^8.1", - "simplesamlphp/composer-module-installer": "~1.3.4", + "simplesamlphp/composer-module-installer": "~1.4.0", "simplesamlphp/simplesamlphp": "^2.2", "simplesamlphp/simplesamlphp-module-consent": "^1.3", "symfony/http-foundation": "^6.4"