From 90e87e8fd6c300d8fe3b428d2de584e4f1715f28 Mon Sep 17 00:00:00 2001 From: nomennescio Date: Sat, 10 Dec 2022 21:44:23 +0100 Subject: [PATCH] lightsaml/lightsaml is abandoned, switching to litesaml/lightsaml --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 359b559..39bc4bf 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { "require": { - "lightsaml/lightsaml": "^1.0" + "litesaml/lightsaml": "^1.0" } }