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

46 lines
1.6 KiB
JSON

{
"locks": {
"algolia/search-bundle": {
"version": "3.0",
"recipe": {
"repo": "3.0",
"branch": "master",
"version": "3.0",
"ref": "fd172e8feabf6b1c0818e18de90c2a3f82ea0a60"
}
}
},
"manifests": {
"algolia/search-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "algolia/search-bundle",
"version": "3.0",
"manifest": {
"bundles": {
"Algolia\\SearchBundle\\AlgoliaSearchBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Create a free account on www.algolia.com",
"#2": "and get your credentials from the API Keys tab.",
"ALGOLIA_APP_ID": "...",
"ALGOLIA_API_KEY": "..."
}
},
"files": {
"config/packages/algolia_search.yaml": {
"contents": "# All available configuration can be found here:\n# https://www.algolia.com/doc/api-client/symfony/configuration/\nalgolia_search:\n prefix: '%env(APP_ENV)%_'\n",
"executable": false,
"encoding": ""
}
},
"origin": "algolia/search-bundle:3.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}