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