Address review comments.

This commit is contained in:
Maksim Kotlyar
2017-05-13 00:04:19 +03:00
parent f432413481
commit 0911f27c12
11 changed files with 20 additions and 44 deletions
@@ -0,0 +1,6 @@
enqueue:
transport:
default: 'null'
'null': ~
client:
traceable_producer: true
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Enqueue\\Bundle\\EnqueueBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}