Skip to content

Commit

Permalink
Merge pull request #59 from Nenglish7/patch-1
Browse files Browse the repository at this point in the history
Provides the sodium extension capabilities.
  • Loading branch information
paragonie-scott authored Jan 30, 2018
2 parents 67cf10c + a511834 commit 74e0234
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,9 @@
"suggest": {
"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."
},
"provide": {
"ext-libsodium": "*",
"ext-sodium": "*"
}
}

0 comments on commit 74e0234

Please sign in to comment.