From 034e104809068af5aafa9bd637f7ab5f3f07fa3a Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 13 May 2025 21:51:13 +0530 Subject: [PATCH] fix(deps): Update auth0/auth0-php for security fix --- app/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/composer.json b/app/composer.json index d2cbeb8..e472e5e 100644 --- a/app/composer.json +++ b/app/composer.json @@ -3,7 +3,7 @@ "description": "Auth0 Integration Samples for PHP Web Applications.", "require": { "php": "^8.0", - "auth0/auth0-php": "^8.0", + "auth0/auth0-php": "^8.14", "guzzlehttp/guzzle": "^7.3", "guzzlehttp/psr7": "^2.2", "http-interop/http-factory-guzzle": "^1.0",