Add recipe for mmoreram/gearman-bundle 4.1+

This commit is contained in:
Filip Sobalski
2017-11-23 18:18:55 +01:00
parent db04a7b8ce
commit 9a9895866f
2 changed files with 25 additions and 0 deletions
@@ -0,0 +1,17 @@
doctrine_cache:
providers:
gearman_cache:
type: file_system
namespace: doctrine_cache.ns.gearman
# For full configuration reference please see:
# http://gearmanbundle.readthedocs.io/en/latest/configuration.html
#
# At least you need to provide `resources` or `bundles` configuration in order for your
# worker annotations to be disoverable.
gearman:
servers:
localhost:
host: 127.0.0.1
port: 4730
@@ -0,0 +1,8 @@
{
"bundles": {
"Mmoreram\\GearmanBundle\\GearmanBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}