Skip to content

Commit 49a3caa

Browse files
committed
bug #41 Use normalizeKeys(false) for builds config (smoelker)
This PR was merged into the master branch. Discussion ---------- Use normalizeKeys(false) for builds config Fix for #40 to allow dashes in the build names. Commits ------- 354ee9c Use normalizeKeys(false) for builds config
2 parents a17f090 + 354ee9c commit 49a3caa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public function getConfigTreeBuilder()
3434
->end()
3535
->arrayNode('builds')
3636
->useAttributeAsKey('name')
37+
->normalizeKeys(false)
3738
->scalarPrototype()
3839
->validate()
3940
->always(function ($values) {

0 commit comments

Comments
 (0)