mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user