Downgrade zend-math / zend-crypt from 3.0 to 2.4.0
Showing
| ... | ... | @@ -3,8 +3,8 @@ |
| "description": "Class to generate scrypt password hashes that are compatible with the wg/scrypt Java implementation", | ||
| "require": { | ||
| "php": "^5.6 || ^7.0", | ||
| "zendframework/zend-crypt": "^3.0", | ||
| "zendframework/zend-math": "^3.0" | ||
| "zendframework/zend-crypt": "~2.4.0", | ||
| "zendframework/zend-math": "~2.4.0" | ||
| }, | ||
| "suggest": { | ||
| "ext-scrypt": "This module will be excruciatingly slow without it." | ||
| ... | ... |
test/hash.php
0 → 100644
test/verify.php
0 → 100644
Please
register
or
sign in
to comment