Skip to content

Commit 3fb1304

Browse files
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 #400
1 parent 71dbdaa commit 3fb1304

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"ext-curl": "*",
99
"ext-json": "*",
1010
"guzzlehttp/guzzle": "^7.2",
11-
"psr/log": "^1.0|^2.0|^3.0",
12-
"paragonie/sodium_compat": "^1.6|^2.0"
11+
"psr/log": "^1.0|^2.0|^3.0"
1312
},
1413
"require-dev": {
1514
"phpunit/phpunit": "^9.3",

0 commit comments

Comments
 (0)