Commit 3fb1304
committed
build(deps): Remove paragonie/sodium_compat dependency
Since the package requires PHP 7.3+, and libsodium has been available
in PHP core since 7.2, the paragonie/sodium_compat polyfill is redundant.
The sodium extension is already required by the code that uses
sodium_crypto_secretbox functions.
Fixes #4001 parent 71dbdaa commit 3fb1304
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments