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

43 lines
1.8 KiB
JSON

{
"locks": {
"kunstmaan/search-bundle": {
"version": "5.6",
"recipe": {
"repo": "5.6",
"branch": "master",
"version": "5.6",
"ref": "ecdee37c6bfdd3872e1d6ede6a37e88c4546a94a"
}
}
},
"manifests": {
"kunstmaan/search-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "kunstmaan/search-bundle",
"version": "5.6",
"manifest": {
"bundles": {
"Kunstmaan\\SearchBundle\\KunstmaanSearchBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"container": {
"kunstmaan_search.elasticsearch_version": "7"
}
},
"files": {
"config/packages/kunstmaan_search.yaml": {
"contents": "# Default we set the used elasticsearch version to 7 in the \"kunstmaan_search.elasticsearch_version\" parameter.\n# If you want to use Elasticsearch 6, change the value of the \"kunstmaan_search.elasticsearch_version\" parameter to \"6\" and run \"composer req ruflin/elastica ^6.0\"\nkunstmaan_search:\n connection:\n driver: elastic_search\n host: localhost\n port: 9200\n index_prefix: myproject # TODO: Change this prefix to you liking. Maybe the name of your project\n",
"executable": false,
"encoding": ""
}
},
"origin": "kunstmaan/search-bundle:5.6@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}