Skip to content

Commit 28c0def

Browse files
committed
Adding "paragonie/random_compat" as a composer dev
requirement and suggestion, for support of the new native CSPRNG when using PHP 5.x
1 parent 26bb2ae commit 28c0def

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
2727
"ext-openssl": "*",
2828
"phpunit/phpunit": "^4.7",
2929
"phpunit/php-code-coverage": "^2.2",
30-
"squizlabs/php_codesniffer": "^2.3"
30+
"squizlabs/php_codesniffer": "^2.3",
31+
"paragonie/random_compat": "^2.0"
32+
},
33+
"suggests": {
34+
"paragonie/random_compat": "Allows for more cryptographically secure random data generation during the NTLM hashing process"
3135
},
3236
"autoload": {
3337
"psr-4": {"Robin\\Ntlm\\": "src/Robin/Ntlm/"}

0 commit comments

Comments
 (0)