mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
46 lines
1.6 KiB
JSON
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
|
|
}
|
|
}
|
|
} |