1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "paragonie/random-lib",
- "type": "library",
- "description": "A Library For Generating Secure Random Numbers",
- "keywords": ["random", "random-numbers", "random-strings", "cryptography"],
- "homepage": "https://github.com/ircmaxell/RandomLib",
- "license": "MIT",
- "authors": [
- {
- "name": "Paragon Initiative Enterprises",
- "email": "security@paragonie.com",
- "homepage": "https://paragonie.com"
- },
- {
- "name": "Anthony Ferrara",
- "email": "ircmaxell@ircmaxell.com",
- "homepage": "http://blog.ircmaxell.com"
- }
- ],
- "require-dev": {
- "mikey179/vfsStream": "^1.6",
- "friendsofphp/php-cs-fixer": "^1.11",
- "phpunit/phpunit": "^4.8 || >=5.0.0 <5.4"
- },
- "require": {
- "ircmaxell/security-lib": "^1.1",
- "paragonie/random_compat": "^2",
- "paragonie/sodium_compat": "^1.3",
- "php": ">=5.3.2"
- },
- "autoload": {
- "psr-0": {
- "RandomLib": "lib"
- }
- },
- "extra": {
- "branch-alias": {
- "dev-master": "1.1.x-dev"
- }
- }
- }
|