Skip to content

Commit

Permalink
Merge pull request #2 from robcaw/feature-max-priority
Browse files Browse the repository at this point in the history
Add max priority to config
  • Loading branch information
rcwsr authored Sep 27, 2016
2 parents c5e63e8 + 6c5a26e commit 7202418
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 @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.4.0",
"radish/radish": "~0.1",
"radish/radish": "~0.2",
"symfony/dependency-injection": "~2.6|~3.0",
"symfony/config": "~2.6|~3.0",
"symfony/http-kernel": "~2.6|~3.0",
Expand Down
1 change: 1 addition & 0 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function getConfigTreeBuilder()
->booleanNode('durable')->defaultTrue()->end()
->scalarNode('exchange')->isRequired()->end()
->scalarNode('dead_letter_exchange')->end()
->scalarNode('max_priority')->end()
->scalarNode('routing_key')->isRequired()->end()
->end()
->end()
Expand Down

0 comments on commit 7202418

Please sign in to comment.