Skip to content

Commit 72c197d

Browse files
committed
Minor corrections
1 parent 3a3c574 commit 72c197d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Bundle/JoseFramework/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function getConfigTreeBuilder()
4444
{
4545
$treeBuilder = new TreeBuilder();
4646
$rootNode = $treeBuilder->root($this->alias);
47-
47+
4848
foreach ($this->sources as $source) {
4949
$source->getNodeDefinition($rootNode);
5050
}

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
"lib-openssl": "*",
2424
"paragonie/sodium_compat": "^1.2",
25-
"spomky-labs/aes-key-wrap": "^4.0.1",
25+
"spomky-labs/aes-key-wrap": "^4.0.1|^5.0",
2626
"web-token/jwt-core": "^1.2",
2727
"web-token/jwt-encryption-algorithm-aescbc": "^1.2",
2828
"web-token/jwt-encryption-algorithm-aesgcm": "^1.2",

0 commit comments

Comments
 (0)