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

40 lines
1.4 KiB
JSON

{
"locks": {
"kunstmaan/search-bundle": {
"version": "5.2",
"recipe": {
"repo": "5.2",
"branch": "master",
"version": "5.2",
"ref": "9d01a6ee0822f655ee7b696b98bd590ef3caa58d"
}
}
},
"manifests": {
"kunstmaan/search-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "kunstmaan/search-bundle",
"version": "5.2",
"manifest": {
"bundles": {
"Kunstmaan\\SearchBundle\\KunstmaanSearchBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/kunstmaan_search.yaml": {
"contents": "kunstmaan_search:\n connection:\n driver: elastic_search\n host: localhost\n port: 9200\n index_prefix: myproject # Change this prefix to you liking. Maybe the name of your project\n",
"executable": false,
"encoding": ""
}
},
"origin": "kunstmaan/search-bundle:5.2@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}