We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bb2ae commit 28c0defCopy full SHA for 28c0def
1 file changed
composer.json
@@ -27,7 +27,11 @@
27
"ext-openssl": "*",
28
"phpunit/phpunit": "^4.7",
29
"phpunit/php-code-coverage": "^2.2",
30
- "squizlabs/php_codesniffer": "^2.3"
+ "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"
35
},
36
"autoload": {
37
"psr-4": {"Robin\\Ntlm\\": "src/Robin/Ntlm/"}
0 commit comments