Skip to content

Commit

Permalink
Merge branch 'v1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Feb 16, 2018
2 parents a4880ea + 9c46d1a commit 2595408
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -38,23 +38,20 @@ public function getNodeDefinition(NodeDefinition $node)
->info('A list of supported key encryption algorithms.')
->useAttributeAsKey('name')
->isRequired()
->cannotBeEmpty()
->requiresAtLeastOneElement()
->scalarPrototype()->end()
->end()
->arrayNode('content_encryption_algorithms')
->info('A list of supported content encryption algorithms.')
->useAttributeAsKey('name')
->isRequired()
->cannotBeEmpty()
->requiresAtLeastOneElement()
->scalarPrototype()->end()
->end()
->arrayNode('compression_methods')
->info('A list of supported compression methods.')
->useAttributeAsKey('name')
->defaultValue(['DEF'])
->cannotBeEmpty()
->requiresAtLeastOneElement()
->scalarPrototype()->end()
->end()
Expand Down
Expand Up @@ -38,7 +38,6 @@ public function getNodeDefinition(NodeDefinition $node)
->info('A list of supported signature algorithms.')
->useAttributeAsKey('name')
->isRequired()
->cannotBeEmpty()
->requiresAtLeastOneElement()
->scalarPrototype()->end()
->end()
Expand Down

0 comments on commit 2595408

Please sign in to comment.