From cb9eb3374c1570fafb327b4c69dec7375034b008 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:21:24 +0200 Subject: [PATCH] Updated component to fix a bug with remembering users --- cp/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cp/composer.json b/cp/composer.json index a0c294e..6239389 100644 --- a/cp/composer.json +++ b/cp/composer.json @@ -24,7 +24,7 @@ "php-di/php-di": "^7.0.6", "nyholm/psr7": "^1.8.1", "nyholm/psr7-server": "^1.1.0", - "pinga/auth": "^0.3.2", + "pinga/auth": "^0.3.3", "filp/whoops": "^2.15.3", "imefisto/psr-swoole-native": "^1.1.2", "chubbyphp/chubbyphp-static-file": "^1.2",