update
This commit is contained in:
@@ -1,46 +1,41 @@
|
||||
{
|
||||
"name": "paragonie\/random-lib",
|
||||
"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",
|
||||
"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"
|
||||
"homepage": "https://paragonie.com"
|
||||
},
|
||||
{
|
||||
"name": "Anthony Ferrara",
|
||||
"email": "ircmaxell@ircmaxell.com",
|
||||
"homepage": "http:\/\/blog.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"
|
||||
"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|~9.99",
|
||||
"paragonie\/sodium_compat": "^1|^2",
|
||||
"ircmaxell/security-lib": "^1.1",
|
||||
"paragonie/random_compat": "^2|~9.99",
|
||||
"paragonie/sodium_compat": "^1|^2",
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"RandomLib\\": "lib\/RandomLib\/"
|
||||
"psr-0": {
|
||||
"RandomLib": "lib"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.1.x-dev"
|
||||
"dev-master": "2.1.x-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user