Commit bdbae1ca by Arnaud Maille

Update composer.json

parent 1b7534dc
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
"description": "Class to generate scrypt password hashes that are compatible with the wg/scrypt Java implementation", "description": "Class to generate scrypt password hashes that are compatible with the wg/scrypt Java implementation",
"require": { "require": {
"php": "^5.6 || ^7.0", "php": "^5.6 || ^7.0",
"zendframework/zend-crypt": "~2.4.0", "zendframework/zend-crypt": "~2.*",
"zendframework/zend-math": "~2.4.0" "zendframework/zend-math": "~2.*"
}, },
"suggest": { "suggest": {
"ext-scrypt": "This module will be excruciatingly slow without it." "ext-scrypt": "This module will be excruciatingly slow without it."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment