Merge pull request #1294 from phpservermon/dependabot/composer/paragonie/random_compat-9.99.100

Bump paragonie/random_compat from 2.0.20 to 9.99.100
pull/1124/head
Tim Zandbergen 2025-01-25 13:54:11 +01:00 committed by GitHub
commit 4cb6e28298
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/http-foundation": ">=3.4.35 ~3.4",
"symfony/filesystem": "~3.4", "symfony/filesystem": "~3.4",
"php-pushover/php-pushover": "dev-master", "php-pushover/php-pushover": "dev-master",
"paragonie/random_compat": "^2.0", "paragonie/random_compat": "^9.99",
"twig/twig": "~1.35", "twig/twig": "~1.35",
"jaxl/jaxl": "^3.1", "jaxl/jaxl": "^3.1",
"viharm/psm-ldap-auth": "^1.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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "71aa157e0edf3be693eb3e676c88ee5e", "content-hash": "fea47a06785a33c2f4e0c9bc1b99f0f0",
"packages": [ "packages": [
{ {
"name": "jaxl/jaxl", "name": "jaxl/jaxl",
@ -142,33 +142,29 @@
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
"version": "v2.0.20", "version": "v9.99.100",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paragonie/random_compat.git", "url": "https://github.com/paragonie/random_compat.git",
"reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a" "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
"reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.2.0" "php": ">= 7"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.*|5.*" "phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
}, },
"suggest": { "suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
}, },
"type": "library", "type": "library",
"autoload": {
"files": [
"lib/random.php"
]
},
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
@ -192,7 +188,7 @@
"issues": "https://github.com/paragonie/random_compat/issues", "issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat" "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", "name": "php-pushover/php-pushover",