Skip to content

Commit 93fa3f8

Browse files
committed
Test fixed
1 parent 8943926 commit 93fa3f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ext-mbstring": "*",
3232
"lib-openssl": "*",
3333
"fgrosse/phpasn1": "^2.0",
34-
"paragonie/sodium_compat": "^1.1",
34+
"paragonie/sodium_compat": "^1.2",
3535
"spomky-labs/aes-key-wrap": "^4.0.1",
3636
"spomky-labs/base64url": "^1.0",
3737
"symfony/config": "^3.3|^4.0",

src/Component/Encryption/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": "^7.1",
2424
"lib-openssl": "*",
25-
"paragonie/sodium_compat": "^1.1",
25+
"paragonie/sodium_compat": "^1.2",
2626
"spomky-labs/aes-key-wrap": "^4.0.1",
2727
"web-token/jwt-core": "^0.5"
2828
},

src/Component/KeyManagement/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": "^7.1",
2424
"lib-openssl": "*",
25-
"paragonie/sodium_compat": "^1.1",
25+
"paragonie/sodium_compat": "^1.2",
2626
"web-token/jwt-core": "^0.5"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)