mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"friendsofsymfony/elastica-bundle": {
|
||||
"version": "5.0",
|
||||
"recipe": {
|
||||
"repo": "5.0",
|
||||
"branch": "master",
|
||||
"version": "5.0",
|
||||
"ref": "46c9cd2c1e07f0fcfd97e96f12b03b2e0845c4cd"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"friendsofsymfony/elastica-bundle": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "friendsofsymfony/elastica-bundle",
|
||||
"version": "5.0",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"FOS\\ElasticaBundle\\FOSElasticaBundle": [
|
||||
@@ -30,13 +16,19 @@
|
||||
},
|
||||
"files": {
|
||||
"config/packages/fos_elastica.yaml": {
|
||||
"contents": "# Read the documentation: https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/setup.md\nfos_elastica:\n clients:\n default: { url: '%env(ELASTICSEARCH_URL)%' }\n indexes:\n app: null\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/setup.md",
|
||||
"fos_elastica:",
|
||||
" clients:",
|
||||
" default: { url: '%env(ELASTICSEARCH_URL)%' }",
|
||||
" indexes:",
|
||||
" app: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "friendsofsymfony/elastica-bundle:5.0@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "46c9cd2c1e07f0fcfd97e96f12b03b2e0845c4cd"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user