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": {