Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-19 15:44:29 +00:00
parent d1c43afd19
commit 7fa28e54e3
561 changed files with 25665 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
{
"locks": {
"enqueue/enqueue-bundle": {
"version": "0.9",
"recipe": {
"repo": "0.9",
"branch": "master",
"version": "0.9",
"ref": "c6ec89b63f963d10ad0d7a7bea170359c119c8bc"
}
}
},
"manifests": {
"enqueue/enqueue-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "enqueue/enqueue-bundle",
"version": "0.9",
"manifest": {
"bundles": {
"Enqueue\\Bundle\\EnqueueBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ENQUEUE_DSN": "null://"
}
},
"files": {
"config/packages/enqueue.yaml": {
"contents": "enqueue:\n default:\n transport: '%env(resolve:ENQUEUE_DSN)%'\n client: null\n",
"executable": false,
"encoding": ""
},
"config/packages/test/enqueue.yaml": {
"contents": "enqueue:\n default:\n transport: 'null:'\n client:\n traceable_producer: true\n",
"executable": false,
"encoding": ""
}
},
"origin": "enqueue/enqueue-bundle:0.9@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}