Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-22 13:12:29 +00:00
parent 6baa3d0e33
commit 030c77cfa8
561 changed files with 11464 additions and 11344 deletions
+18 -22
View File
@@ -1,20 +1,6 @@
{
"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": [
@@ -30,18 +16,28 @@
},
"files": {
"config/packages/enqueue.yaml": {
"contents": "enqueue:\n transport:\n default: '%env(resolve:ENQUEUE_DSN)%'\n client: null\n",
"executable": false,
"encoding": ""
"contents": [
"enqueue:",
" transport:",
" default: '%env(resolve:ENQUEUE_DSN)%'",
" client: null",
""
],
"executable": false
},
"config/packages/test/enqueue.yaml": {
"contents": "enqueue:\n transport:\n default: 'null://'\n client:\n traceable_producer: true\n",
"executable": false,
"encoding": ""
"contents": [
"enqueue:",
" transport:",
" default: 'null://'",
" client:",
" traceable_producer: true",
""
],
"executable": false
}
},
"origin": "enqueue/enqueue-bundle:0.4@github.com/symfony/recipes-contrib:master",
"is_contrib": true
"ref": "e6967b803aa3ae4b09fcaab0102d79798726d032"
}
}
}