mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
Update Flex archives
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"cpliakas/git-wrapper": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/cpliakas_git_wrapper.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" GitWrapper\\GitWrapper: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c99fcfe7e2e637834e3136dfe8fd671dd5d9163a"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user