Files
symfony-flex-recipes-contrib/happyr.linkedin-api-client.1.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

39 lines
1.3 KiB
JSON

{
"locks": {
"happyr/linkedin-api-client": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "f407e3d9af98d1b391cc671d3c5790b79f1907e6"
}
}
},
"manifests": {
"happyr/linkedin-api-client": {
"repository": "github.com/symfony/recipes-contrib",
"package": "happyr/linkedin-api-client",
"version": "1.0",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LINKEDIN_API_KEY": "replace_me",
"LINKEDIN_API_SECRET": "replace_me"
}
},
"files": {
"config/packages/linkedin.yaml": {
"contents": "services:\n Happyr\\LinkedIn\\LinkedIn:\n class: Happyr\\LinkedIn\\LinkedIn\n arguments: ['%env(LINKEDIN_API_KEY)%', '%env(LINKEDIN_API_SECRET)%']\n",
"executable": false,
"encoding": ""
}
},
"origin": "happyr/linkedin-api-client:1.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}