mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 17:46:30 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -657,7 +657,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [symfonycorp/connect-bundle](https://packagist.org/packages/symfonycorp/connect-bundle) | [5.0](symfonycorp/connect-bundle/5.0) |
|
||||
| [synolia/sylius-mail-tester-plugin](https://packagist.org/packages/synolia/sylius-mail-tester-plugin) | [3.0](synolia/sylius-mail-tester-plugin/3.0) |
|
||||
| [synolia/sylius-scheduler-command-plugin](https://packagist.org/packages/synolia/sylius-scheduler-command-plugin) | [4.0](synolia/sylius-scheduler-command-plugin/4.0) |
|
||||
| [systemsdk/easy-log-bundle](https://packagist.org/packages/systemsdk/easy-log-bundle) | [1.10](systemsdk/easy-log-bundle/1.10) |
|
||||
| [systemsdk/easy-log-bundle](https://packagist.org/packages/systemsdk/easy-log-bundle) | [2.1](systemsdk/easy-log-bundle/2.1) |
|
||||
| [tales-from-a-dev/flowbite-bundle](https://packagist.org/packages/tales-from-a-dev/flowbite-bundle) | [0.4](tales-from-a-dev/flowbite-bundle/0.4) |
|
||||
| [tales-from-a-dev/twig-tailwind-extra](https://packagist.org/packages/tales-from-a-dev/twig-tailwind-extra) | [0.2](tales-from-a-dev/twig-tailwind-extra/0.2) |
|
||||
| [talleu/php-redis-om](https://packagist.org/packages/talleu/php-redis-om) | [0.3](talleu/php-redis-om/0.3) |
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"manifests": {
|
||||
"systemsdk/easy-log-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Systemsdk\\Bundle\\EasyLogBundle\\EasyLogBundle": [
|
||||
"dev",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/systemsdk_easy_log.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" monolog:",
|
||||
" handlers:",
|
||||
" buffered:",
|
||||
" type: buffer",
|
||||
" handler: easylog",
|
||||
" level: debug",
|
||||
" channels: [ '!event' ]",
|
||||
" easylog:",
|
||||
" type: service",
|
||||
" id: easy_log.handler",
|
||||
" easy_log:",
|
||||
" log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'",
|
||||
" max_line_length: 120",
|
||||
" prefix_length: 4",
|
||||
" ignored_routes: [ '_wdt', '_profiler' ]",
|
||||
"",
|
||||
"when@test:",
|
||||
" easy_log:",
|
||||
" log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'",
|
||||
" max_line_length: 120",
|
||||
" prefix_length: 4",
|
||||
" ignored_routes: [ '_wdt', '_profiler' ]",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "ca2356442e0ef60e0b15d56e7bb77562d72a608f"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -2115,7 +2115,8 @@
|
||||
"4.0"
|
||||
],
|
||||
"systemsdk/easy-log-bundle": [
|
||||
"1.10"
|
||||
"1.10",
|
||||
"2.1"
|
||||
],
|
||||
"tales-from-a-dev/flowbite-bundle": [
|
||||
"0.4"
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"manifests": {
|
||||
"systemsdk/easy-log-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Systemsdk\\Bundle\\EasyLogBundle\\EasyLogBundle": [
|
||||
"dev",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/systemsdk_easy_log.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" monolog:",
|
||||
" handlers:",
|
||||
" buffered:",
|
||||
" type: buffer",
|
||||
" handler: easylog",
|
||||
" level: debug",
|
||||
" channels: [ '!event' ]",
|
||||
" easylog:",
|
||||
" type: service",
|
||||
" id: easy_log.handler",
|
||||
" easy_log:",
|
||||
" log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'",
|
||||
" max_line_length: 120",
|
||||
" prefix_length: 4",
|
||||
" ignored_routes: [ '_wdt', '_profiler' ]",
|
||||
"",
|
||||
"when@test:",
|
||||
" easy_log:",
|
||||
" log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'",
|
||||
" max_line_length: 120",
|
||||
" prefix_length: 4",
|
||||
" ignored_routes: [ '_wdt', '_profiler' ]",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "ca2356442e0ef60e0b15d56e7bb77562d72a608f"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user