From a2d14f5b0b85c58329dee248d77d34e7e1202a32 Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Mon, 12 Mar 2018 14:34:23 -0400 Subject: [PATCH] Update sodium_compat minimum to 1.6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1e1489e..c9f252a 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "php": "^5.6|^7", "guzzlehttp/guzzle": "^6", "paragonie/constant_time_encoding": "^1|^2", - "paragonie/sodium_compat": "^1.5" + "paragonie/sodium_compat": "^1.6" }, "require-dev": { "phpunit/phpunit": "^5|^6",