Commit 8707431d by Mark Garrett

README.md edited online with Bitbucket

parent e8c5e9bb
......@@ -25,7 +25,7 @@ Create the composer.json file as follows:
```json
{
"require": {
"moderndeveloperllc/scrypt" : "0.*"
"moderndeveloperllc/scrypt" : "^1.0"
}
}
```
......@@ -88,4 +88,4 @@ Usage
use ModDev\Password\Scrypt;
$scrypt = new Scrypt();
echo $scrypt->needsRehash($hashedPassword);
echo $scrypt->needsRehash($hashedPassword);
\ No newline at end of file
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