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

44 lines
1.4 KiB
JSON

{
"locks": {
"core23/facebook-bundle": {
"version": "0.4",
"recipe": {
"repo": "0.4",
"branch": "master",
"version": "0.4",
"ref": "0e959d3befb5588bb8c2053b94c7affbff5c75c4"
}
}
},
"manifests": {
"core23/facebook-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "core23/facebook-bundle",
"version": "0.4",
"manifest": {
"bundles": {
"Core23\\FacebookBundle\\Core23FacebookBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"FACEBOOK_API_ID": "",
"FACEBOOK_API_SECRET": ""
}
},
"files": {
"config/packages/core23_facebook.yaml": {
"contents": "core23_facebook:\n api:\n app_id: '%env(FACEBOOK_API_ID)%'\n app_secret: '%env(FACEBOOK_API_SECRET)%'\n",
"executable": false,
"encoding": ""
}
},
"origin": "core23/facebook-bundle:0.4@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}