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.4",
"recipe": {
"repo": "0.4",
"branch": "master",
"version": "0.4",
"ref": "e6967b803aa3ae4b09fcaab0102d79798726d032"
}
}
},
"manifests": {
"enqueue/enqueue-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "enqueue/enqueue-bundle",
"version": "0.4",
"manifest": {
"bundles": {
"Enqueue\\Bundle\\EnqueueBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ENQUEUE_DSN": "null://"
}
},
"files": {
"config/packages/enqueue.yaml": {
"contents": "enqueue:\n transport:\n default: '%env(resolve:ENQUEUE_DSN)%'\n client: null\n",
"executable": false,
"encoding": ""
},
"config/packages/test/enqueue.yaml": {
"contents": "enqueue:\n transport:\n default: 'null://'\n client:\n traceable_producer: true\n",
"executable": false,
"encoding": ""
}
},
"origin": "enqueue/enqueue-bundle:0.4@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}