Skip to content

Commit

Permalink
Merge pull request #1 from alchemy-fr/feature/timeout-option
Browse files Browse the repository at this point in the history
Add new timeout option in bundle configuration
  • Loading branch information
aztech-dev authored Sep 7, 2016
2 parents d9624f2 + 5b68b52 commit 014e8e0
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 014e8e0

Please sign in to comment.