Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/erikdubbelboer/phpRedisAdmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Dubbelboer <erik@dubbelboer.com>2021-09-08 10:26:22 +0300
committerErik Dubbelboer <erik@dubbelboer.com>2021-09-08 10:26:22 +0300
commitf62fd146d2b14757796d132df6416fd76581880d (patch)
tree4bafbb5984756cf7f8fe449fd2425333529cc200
parentb20a91dbdbfa83bc641eb7a18d207323dafcb0ce (diff)
v1.14.1v1.14.1
Add https://github.com/paragonie/random_compat
-rw-r--r--composer.json5
-rw-r--r--composer.lock51
2 files changed, 51 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index f492513..902a559 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"name": "erik-dubbelboer/php-redis-admin",
"description": "Simple web interface to manage Redis databases.",
- "version": "1.14.0",
+ "version": "1.14.1",
"license": "CC-BY-3.0",
"homepage": "https://github.com/ErikDubbelboer/phpRedisAdmin",
"authors": [
@@ -13,7 +13,8 @@
}
],
"require": {
- "predis/predis": "1.1.x-dev"
+ "predis/predis": "1.1.x-dev",
+ "paragonie/random_compat": ">=2"
},
"minimum-stability": "stable",
"target-dir": "ErikDubbelboer/phpRedisAdmin"
diff --git a/composer.lock b/composer.lock
index ac3a614..43a24c3 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,19 +4,64 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "0c346d5e2f2e0897260911e1b2966180",
+ "content-hash": "719c08328f6db3021508e7ef84d95588",
"packages": [
{
+ "name": "paragonie/random_compat",
+ "version": "v9.99.100",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/paragonie/random_compat.git",
+ "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
+ "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">= 7"
+ },
+ "require-dev": {
+ "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",
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Paragon Initiative Enterprises",
+ "email": "security@paragonie.com",
+ "homepage": "https://paragonie.com"
+ }
+ ],
+ "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
+ "keywords": [
+ "csprng",
+ "polyfill",
+ "pseudorandom",
+ "random"
+ ],
+ "time": "2020-10-15T08:29:30+00:00"
+ },
+ {
"name": "predis/predis",
"version": "v1.1.x-dev",
"source": {
"type": "git",
- "url": "https://github.com/nrk/predis.git",
+ "url": "https://github.com/predis/predis.git",
"reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
+ "url": "https://api.github.com/repos/predis/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
"reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
"shasum": ""
},