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
parent
4603ebbf5a
commit
196881dd1f
|
@ -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"
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue