From 04b0ff397692daf00c478ceb0a016e56f0264176 Mon Sep 17 00:00:00 2001 From: Joost de Bruijn Date: Sun, 26 May 2024 18:42:58 +0000 Subject: [PATCH] chore: allow paragonie/constant_time_encoding v3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index acc5403..58c51ad 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ext-json": "*", "ext-openssl": "*", "ext-mbstring": "*", - "paragonie/constant_time_encoding": "^2.6", + "paragonie/constant_time_encoding": "^2.6|^3.0", "psr/event-dispatcher": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", @@ -53,4 +53,4 @@ "psr/log-implementation": "Recommended to receive logs from the library", "symfony/event-dispatcher": "Recommended to use dispatched events" } -} +} \ No newline at end of file