PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP Seed Spring   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Seed Spring
Generate 128 bit pseudo-random numbers
Author: By
Last change:
Date: 3 years ago
Size: 631 bytes
 

Contents

Class file image Download
{ "name": "paragonie/seedspring", "description": "Seeded, deterministic random number generator", "type": "library", "license": "MIT", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "info@paragonie.com" } ], "autoload": { "psr-4": { "ParagonIE\\SeedSpring\\": "src" } }, "require": { "php": "^5.6.0|^7.0.0", "paragonie/constant_time_encoding": "^1|^2", "paragonie/random_compat": ">=1" }, "require-dev": { "phpunit/phpunit": "5.*", "vimeo/psalm": "^1" } }