Files
symfony-flex-recipes-contrib/friendsofsymfony.elastica-bundle.5.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

43 lines
1.5 KiB
JSON

{
"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": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ELASTICSEARCH_URL": "http://localhost:9200/"
}
},
"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": ""
}
},
"origin": "friendsofsymfony/elastica-bundle:5.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}