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] <support@github.com>
pull/1294/head
dependabot[bot] 2025-01-06 19:38:15 +00:00 committed by GitHub
parent 4603ebbf5a
commit 196881dd1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 14 deletions

View File

@ -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"

22
composer.lock generated
View File

@ -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",