mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"manifests": {
|
||||
"datana-gmbh/logz-io-handler": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"LOGZ_IO_TOKEN": "",
|
||||
"LOGZ_IO_APPLICATION_NAME": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/datana_logz_io_handler.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" Inpsyde\\LogzIoMonolog\\Handler\\LogzIoHandler:",
|
||||
" arguments:",
|
||||
" $token: '%env(LOGZ_IO_TOKEN)%'",
|
||||
" $host: 'listener-eu.logz.io'",
|
||||
"",
|
||||
" Datana\\LogzIo\\Handler\\Logger\\Processor\\AddApplicationNameProcessor:",
|
||||
" arguments:",
|
||||
" - '%env(LOGZ_IO_APPLICATION_NAME)%'",
|
||||
" tags: ['monolog.processor']",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "38ca2e45876493a8eadcaed2bc07c5e3c4ea48f0"
|
||||
}
|
||||
}
|
||||
}
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"manifests": {
|
||||
"loophp/repository-monadic-helper": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/loophp_repository_monadic_helper.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactory:",
|
||||
" autowire: true",
|
||||
" autoconfigure: true",
|
||||
"",
|
||||
" loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactoryInterface: '@loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactory'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "9cbe40b028acd1deace713732c19c5bb16b18842"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -19,7 +19,7 @@
|
||||
" $token: '%env(LOGZ_IO_TOKEN)%'",
|
||||
" $host: 'listener-eu.logz.io'",
|
||||
"",
|
||||
" Datana\\LogzIo\\Handler\\Processor\\AddApplicationNameProcessor:",
|
||||
" Datana\\LogzIo\\Handler\\Logger\\Processor\\AddApplicationNameProcessor:",
|
||||
" arguments:",
|
||||
" - '%env(LOGZ_IO_APPLICATION_NAME)%'",
|
||||
" tags: ['monolog.processor']",
|
||||
@@ -28,7 +28,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "f4451b890bd52ca14812f70d68d733b5f2de6ea4"
|
||||
"ref": "38ca2e45876493a8eadcaed2bc07c5e3c4ea48f0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -830,6 +830,9 @@
|
||||
"loophp/psr17": [
|
||||
"1.0"
|
||||
],
|
||||
"loophp/repository-monadic-helper": [
|
||||
"1.0"
|
||||
],
|
||||
"m-adamski/symfony-mailer-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"manifests": {
|
||||
"loophp/repository-monadic-helper": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/loophp_repository_monadic_helper.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactory:",
|
||||
" autowire: true",
|
||||
" autoconfigure: true",
|
||||
"",
|
||||
" loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactoryInterface: '@loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactory'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "9cbe40b028acd1deace713732c19c5bb16b18842"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user