From 60ab488a5de8c8c782ae1d6cad374a289e116e16 Mon Sep 17 00:00:00 2001 From: Shawn Hooper Date: Thu, 28 Jul 2022 19:16:38 -0400 Subject: [PATCH] Switch to the actively maintained litesaml fork --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7ca1b28..e63ba3d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "codegreencreative/laravel-samlidp", - "description": "Make your PHP Laravel application an Idenification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).", + "description": "Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).", "keywords": [ "laravel", "saml", @@ -15,7 +15,7 @@ "php": "^7.2.5 | ^8.0", "illuminate/support": "^7.0 | ^8.0 | ^9.0", "illuminate/routing": "^7.0 | ^8.0 | ^9.0", - "lightsaml/lightsaml": "^2.3" + "litesaml/lightsaml": "^4.0" }, "autoload": { "psr-4": {