From 78acabc64479d9d47eb31fdc8517834710a0fd7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 03:05:57 +0000 Subject: [PATCH] Bump paragonie/random_compat from 2.0.21 to 9.99.100 Bumps [paragonie/random_compat](https://github.com/paragonie/random_compat) from 2.0.21 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.21...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 | 30 +++++++++++++----------------- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 0fd34559..7d493407 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require" : { "php" : "^5.6.0 || ^7.0 || ^8.0", - "paragonie/random_compat" : "2.0.21", + "paragonie/random_compat" : "9.99.100", "yzalis/identicon" : "2.0.0", "mlocati/ip-lib" : "1.18.0" }, diff --git a/composer.lock b/composer.lock index a159dd80..9d37f95e 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": "fa52d4988bfe17d4b27e3a4789a1ec49", + "content-hash": "ec28d619015608d860472fe919e5dc8b", "packages": [ { "name": "mlocati/ip-lib", @@ -75,33 +75,29 @@ }, { "name": "paragonie/random_compat", - "version": "v2.0.21", + "version": "v9.99.100", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae" + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae", - "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae", + "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": "*" + "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" @@ -120,7 +116,7 @@ "pseudorandom", "random" ], - "time": "2022-02-16T17:07:03+00:00" + "time": "2020-10-15T08:29:30+00:00" }, { "name": "yzalis/identicon", @@ -1452,12 +1448,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [