From 76373dd31514613470f3cac9025d549324db4734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:14:31 +0000 Subject: [PATCH] Bump paragonie/sodium_compat from 2.1.0 to 2.5.0 Bumps [paragonie/sodium_compat](https://github.com/paragonie/sodium_compat) from 2.1.0 to 2.5.0. - [Release notes](https://github.com/paragonie/sodium_compat/releases) - [Commits](https://github.com/paragonie/sodium_compat/compare/v2.1.0...v2.5.0) --- updated-dependencies: - dependency-name: paragonie/sodium_compat dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 405f09175b..d5418fcf8f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b3820e58a8dd3ebaeb724f63864328a9", + "content-hash": "a8fb82834ce50ec3c6bfb67cf0275103", "packages": [ { "name": "aws/aws-crt-php", @@ -6326,16 +6326,16 @@ }, { "name": "paragonie/sodium_compat", - "version": "v2.1.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/paragonie/sodium_compat.git", - "reference": "a673d5f310477027cead2e2f2b6db5d8368157cb" + "reference": "4714da6efdc782c06690bc72ce34fae7941c2d9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/a673d5f310477027cead2e2f2b6db5d8368157cb", - "reference": "a673d5f310477027cead2e2f2b6db5d8368157cb", + "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/4714da6efdc782c06690bc72ce34fae7941c2d9f", + "reference": "4714da6efdc782c06690bc72ce34fae7941c2d9f", "shasum": "" }, "require": { @@ -6343,8 +6343,10 @@ "php-64bit": "*" }, "require-dev": { - "phpunit/phpunit": "^7|^8|^9", - "vimeo/psalm": "^4|^5" + "infection/infection": "^0", + "nikic/php-fuzzer": "^0", + "phpunit/phpunit": "^7|^8|^9|^10|^11", + "vimeo/psalm": "^4|^5|^6" }, "suggest": { "ext-sodium": "Better performance, password hashing (Argon2i), secure memory management (memzero), and better security." @@ -6358,7 +6360,10 @@ "autoload": { "files": [ "autoload.php" - ] + ], + "psr-4": { + "ParagonIE\\Sodium\\": "namespaced/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -6411,9 +6416,9 @@ ], "support": { "issues": "https://github.com/paragonie/sodium_compat/issues", - "source": "https://github.com/paragonie/sodium_compat/tree/v2.1.0" + "source": "https://github.com/paragonie/sodium_compat/tree/v2.5.0" }, - "time": "2024-09-04T12:51:01+00:00" + "time": "2025-12-30T16:12:18+00:00" }, { "name": "php-amqplib/php-amqplib",