Skip to content

Commit

Permalink
Update composer.json suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Nov 28, 2017
1 parent b4bf5ec commit 9bfa053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"phpunit/phpunit": "^3|^4|^5"
},
"suggest": {
"ext-libsodium": "Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
"ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
"ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
}
}

0 comments on commit 9bfa053

Please sign in to comment.