Merge commit 'be90f19'

Conflicts:
	DependencyInjection/Configuration.php
	Generator/CaptchaGenerator.php
	composer.json
This commit is contained in:
Gregwar
2013-04-22 00:35:49 +02:00
3 changed files with 11 additions and 1 deletions

View File

@ -41,6 +41,7 @@ class Configuration implements ConfigurationInterface
->scalarNode('distortion')->defaultValue(true)->end()
->scalarNode('max_front_lines')->defaultValue(null)->end()
->scalarNode('max_behind_lines')->defaultValue(null)->end()
->arrayNode('backgroundColor')->prototype('scalar')->end()
->end()
;