From 196881dd1fc5375e65c48cdf7e6df2a0048f1034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:38:15 +0000 Subject: [PATCH] Bump paragonie/random_compat from 2.0.20 to 9.99.100 Bumps [paragonie/random_compat](https://github.com/paragonie/random_compat) from 2.0.20 to 9.99.100. - [Release notes](https://github.com/paragonie/random_compat/releases) - [Changelog](https://github.com/paragonie/random_compat/blob/master/CHANGELOG.md) - [Commits](https://github.com/paragonie/random_compat/compare/v2.0.20...v9.99.100) --- updated-dependencies: - dependency-name: paragonie/random_compat dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 22 +++++++++------------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 16f85a06..dea815af 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "symfony/http-foundation": ">=3.4.35 ~3.4", "symfony/filesystem": "~3.4", "php-pushover/php-pushover": "dev-master", - "paragonie/random_compat": "^2.0", + "paragonie/random_compat": "^9.99", "twig/twig": "~1.35", "jaxl/jaxl": "^3.1", "viharm/psm-ldap-auth": "^1.1" diff --git a/composer.lock b/composer.lock index df41e743..7d7066fc 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": "71aa157e0edf3be693eb3e676c88ee5e", + "content-hash": "fea47a06785a33c2f4e0c9bc1b99f0f0", "packages": [ { "name": "jaxl/jaxl", @@ -142,33 +142,29 @@ }, { "name": "paragonie/random_compat", - "version": "v2.0.20", + "version": "v9.99.100", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a" + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a", - "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { - "php": ">=5.2.0" + "php": ">= 7" }, "require-dev": { - "phpunit/phpunit": "4.*|5.*" + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", - "autoload": { - "files": [ - "lib/random.php" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" @@ -192,7 +188,7 @@ "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, - "time": "2021-04-17T09:33:01+00:00" + "time": "2020-10-15T08:29:30+00:00" }, { "name": "php-pushover/php-pushover",