From edb2f27bdeecbc7ca4f75bde99f96cc26c4aeca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 10 Feb 2025 17:42:50 +0100 Subject: [PATCH] Made jbtronics translation editor bundle a dev dependency --- config/bundles.php | 2 +- config/services.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/bundles.php b/config/bundles.php index 5353a81..46c3376 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -19,7 +19,7 @@ Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true], DH\AuditorBundle\DHAuditorBundle::class => ['all' => true], SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true], - Jbtronics\TranslationEditorBundle\JbtronicsTranslationEditorBundle::class => ['all' => true], + Jbtronics\TranslationEditorBundle\JbtronicsTranslationEditorBundle::class => ['dev' => true], Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true], Symfony\UX\Autocomplete\AutocompleteBundle::class => ['all' => true], Jbtronics\DompdfFontLoaderBundle\DompdfFontLoaderBundle::class => ['all' => true], diff --git a/config/services.yaml b/config/services.yaml index ce3b981..22e48f6 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -4,7 +4,7 @@ # Put parameters here that don't need to change on each machine where the app is deployed # https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration parameters: - app.version: '2.0.0' + app.version: '2.0.1' app.timezone: 'Europe/Berlin' app.support_email: '%env(SUPPORT_EMAIL)%' app.fsb_email: '%env(FSB_EMAIL)%'