Files
symfony-flex-recipes-contrib/cpliakas.git-wrapper.3.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

36 lines
1.3 KiB
JSON

{
"manifests": {
"cpliakas/git-wrapper": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/cpliakas_git_wrapper.yaml": {
"contents": [
"services:",
" GitWrapper\\GitWrapper: null",
"",
"",
"# To add logging capabilities use monolog and this configuration:",
"#monolog:",
"# channels:",
"# - 'git'",
"",
"#services:",
"# GitWrapper\\EventSubscriber\\GitLoggerEventSubscriber:",
"# $logger: '@monolog.logger.git'",
"# GitWrapper\\GitWrapper:",
"# calls:",
"# - addLoggerEventSubscriber: ['@GitWrapper\\EventSubscriber\\GitLoggerEventSubscriber']",
""
],
"executable": false
}
},
"ref": "e66e45db95fc7d7702ee76c592965c204c9739ff"
}
}
}