Skip to content

Commit e9b22fb

Browse files
authored
Allow sodium_compat v1 or v2
Retain the minimum of 1.6, but also allow 2.x
1 parent de2f722 commit e9b22fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ext-json": "*",
1010
"guzzlehttp/guzzle": "^7.2",
1111
"psr/log": "^1.0|^2.0|^3.0",
12-
"paragonie/sodium_compat": "^1.6"
12+
"paragonie/sodium_compat": "^1.6|^2.0"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^9.3",

0 commit comments

Comments
 (0)