From 9627e5d7649d8bfb1ed161c3eb72b74f5b389186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 07:08:22 +0200 Subject: [PATCH] Update paragonie/sodium_compat requirement from ^1.20 to ^1.20 || ^2.0 (#565) Updates the requirements on [paragonie/sodium_compat](https://github.com/paragonie/sodium_compat) to permit the latest version. - [Release notes](https://github.com/paragonie/sodium_compat/releases) - [Commits](https://github.com/paragonie/sodium_compat/compare/v1.20.0...v2.0.1) --- updated-dependencies: - dependency-name: paragonie/sodium_compat dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 65a91681..4ed1fc09 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,7 @@ "ergebnis/phpunit-slow-test-detector": "^2.14", "infection/infection": "^0.28", "matthiasnoback/symfony-config-test": "^5.0", - "paragonie/sodium_compat": "^1.20", + "paragonie/sodium_compat": "^1.20 || ^2.0", "php-parallel-lint/php-parallel-lint": "^1.3", "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.3",