Files
symfony-flex-recipes-contrib/mmoreram.gearman-bundle.4.1.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

40 lines
1.7 KiB
JSON

{
"locks": {
"mmoreram/gearman-bundle": {
"version": "4.1",
"recipe": {
"repo": "4.1",
"branch": "master",
"version": "4.1",
"ref": "242d6935adbb7122787a1b24cc62cd432e0b8591"
}
}
},
"manifests": {
"mmoreram/gearman-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "mmoreram/gearman-bundle",
"version": "4.1",
"manifest": {
"bundles": {
"Mmoreram\\GearmanBundle\\GearmanBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/gearman.yaml": {
"contents": "doctrine_cache:\n providers:\n gearman_cache:\n type: file_system\n namespace: doctrine_cache.ns.gearman\n\n# For full configuration reference please see:\n# http://gearmanbundle.readthedocs.io/en/latest/configuration.html\n#\n# At least you need to provide `resources` or `bundles` configuration in order for your\n# worker annotations to be discoverable.\ngearman:\n servers:\n localhost:\n host: 127.0.0.1\n port: 4730\n\n",
"executable": false,
"encoding": ""
}
},
"origin": "mmoreram/gearman-bundle:4.1@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}