From e9b22fbb1d3281501a01a62f43117befe5b82d4f Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 22 Aug 2024 12:16:35 +1200 Subject: [PATCH] Allow sodium_compat v1 or v2 Retain the minimum of 1.6, but also allow 2.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7a0b7fa..b1e194b 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "ext-json": "*", "guzzlehttp/guzzle": "^7.2", "psr/log": "^1.0|^2.0|^3.0", - "paragonie/sodium_compat": "^1.6" + "paragonie/sodium_compat": "^1.6|^2.0" }, "require-dev": { "phpunit/phpunit": "^9.3",