Skip to content

Commit

Permalink
Add new timeout option in bundle configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaud Fabre committed Sep 7, 2016
1 parent d9624f2 commit 5b68b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"phpunit/phpunit": "^5.4"
},
"require": {
"alchemy/queue-component": "^0.1.2",
"alchemy/queue-component": "^0.1.3",
"php": ">=5.5"
},
"extra": {
Expand Down
1 change: 1 addition & 0 deletions src/DependencyInjection/QueueConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public function getConfigTreeBuilder()
->scalarNode('vhost')->defaultValue('/')->end()
->scalarNode('user')->defaultValue('guest')->end()
->scalarNode('password')->defaultValue('guest')->end()
->scalarNode('timeout')->defaultValue(0)->end()
->end()
->end()
->end();
Expand Down

0 comments on commit 5b68b52

Please sign in to comment.