Commit e8c5e9bb by Mark Garrett

Updated to ZF 3 components and increased the PHP requirement.

parent 43153316
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
"name": "moderndeveloperllc/scrypt", "name": "moderndeveloperllc/scrypt",
"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.3.23", "php": "^5.6 || ^7.0",
"zendframework/zend-crypt": "2.*", "zendframework/zend-crypt": "^3.0",
"zendframework/zend-math": "2.*" "zendframework/zend-math": "^3.0"
}, },
"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