|
|
|
@ -1407,23 +1407,24 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "paragonie/random_compat", |
|
|
|
"version": "v2.0.12", |
|
|
|
"version": "v2.99.99", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/paragonie/random_compat.git", |
|
|
|
"reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb" |
|
|
|
"reference": "35469243ebbb9be5086cff57538cac6da2c36852" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb", |
|
|
|
"reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb", |
|
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/35469243ebbb9be5086cff57538cac6da2c36852", |
|
|
|
"reference": "35469243ebbb9be5086cff57538cac6da2c36852", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.2.0" |
|
|
|
"php": "^7" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "4.*|5.*" |
|
|
|
"phpunit/phpunit": "4.*|5.*", |
|
|
|
"vimeo/psalm": "^1" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
|
|
|
@ -1448,10 +1449,11 @@ |
|
|
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
|
|
|
"keywords": [ |
|
|
|
"csprng", |
|
|
|
"polyfill", |
|
|
|
"pseudorandom", |
|
|
|
"random" |
|
|
|
], |
|
|
|
"time": "2018-04-04T21:24:14+00:00" |
|
|
|
"time": "2018-06-06T05:12:00+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "pear/net_dns2", |
|
|
|
|