From 839257f2c87b96bc777e37cd4883efefd2390ff7 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Fri, 16 May 2025 02:31:25 +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",