diff --git a/mmoreram/gearman-bundle/4.1/config/packages/gearman.yaml b/mmoreram/gearman-bundle/4.1/config/packages/gearman.yaml new file mode 100644 index 00000000..b1010bef --- /dev/null +++ b/mmoreram/gearman-bundle/4.1/config/packages/gearman.yaml @@ -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 + diff --git a/mmoreram/gearman-bundle/4.1/manifest.json b/mmoreram/gearman-bundle/4.1/manifest.json new file mode 100644 index 00000000..9f77209c --- /dev/null +++ b/mmoreram/gearman-bundle/4.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Mmoreram\\GearmanBundle\\GearmanBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}