Files
symfony-flex-recipes-contrib/knpuniversity.oauth2-client-bundle.1.20.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

34 lines
1.3 KiB
JSON

{
"manifests": {
"knpuniversity/oauth2-client-bundle": {
"manifest": {
"bundles": {
"KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * <fg=blue>Download & configure your OAuth2 clients in </> your oauth2 clients:",
" <comment>config/packages/knpu_oauth2_client.yaml</>",
" <comment>https://github.com/knpuniversity/oauth2-client-bundle#configuring-a-client</>"
]
},
"files": {
"config/packages/knpu_oauth2_client.yaml": {
"contents": [
"knpu_oauth2_client:",
" clients:",
" # configure your clients as described here: https://github.com/knpuniversity/oauth2-client-bundle#configuration",
""
],
"executable": false
}
},
"ref": "1ff300d8c030f55c99219cc55050b97a695af3f6"
}
}
}