diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-02-03 10:12:02 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-02-03 10:12:02 +0100 |
commit | 9a170791e456df9431aa989b0c7b89eb4c830735 (patch) | |
tree | 0a1518865515978e3f7be6942dc4340c5b07d3f4 /vendor/paragonie/random_compat/composer.json | |
parent | e312c381d897866b15179fd301d9979b46f2f678 (diff) | |
parent | 44b559fb1df2fa08a116302f8651abc8c3a0def3 (diff) | |
download | volse-hubzilla-9a170791e456df9431aa989b0c7b89eb4c830735.tar.gz volse-hubzilla-9a170791e456df9431aa989b0c7b89eb4c830735.tar.bz2 volse-hubzilla-9a170791e456df9431aa989b0c7b89eb4c830735.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'vendor/paragonie/random_compat/composer.json')
-rw-r--r-- | vendor/paragonie/random_compat/composer.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/vendor/paragonie/random_compat/composer.json b/vendor/paragonie/random_compat/composer.json new file mode 100644 index 000000000..f2b9c4e51 --- /dev/null +++ b/vendor/paragonie/random_compat/composer.json @@ -0,0 +1,34 @@ +{ + "name": "paragonie/random_compat", + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "random", + "polyfill", + "pseudorandom" + ], + "license": "MIT", + "type": "library", + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "support": { + "issues": "https://github.com/paragonie/random_compat/issues", + "email": "info@paragonie.com", + "source": "https://github.com/paragonie/random_compat" + }, + "require": { + "php": ">= 7" + }, + "require-dev": { + "vimeo/psalm": "^1", + "phpunit/phpunit": "4.*|5.*" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + } +} |