Skip to content

Commit edb2f27

Browse files
committed
Made jbtronics translation editor bundle a dev dependency
1 parent 50600e8 commit edb2f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/bundles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
2020
DH\AuditorBundle\DHAuditorBundle::class => ['all' => true],
2121
SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true],
22-
Jbtronics\TranslationEditorBundle\JbtronicsTranslationEditorBundle::class => ['all' => true],
22+
Jbtronics\TranslationEditorBundle\JbtronicsTranslationEditorBundle::class => ['dev' => true],
2323
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
2424
Symfony\UX\Autocomplete\AutocompleteBundle::class => ['all' => true],
2525
Jbtronics\DompdfFontLoaderBundle\DompdfFontLoaderBundle::class => ['all' => true],

config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Put parameters here that don't need to change on each machine where the app is deployed
55
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
66
parameters:
7-
app.version: '2.0.0'
7+
app.version: '2.0.1'
88
app.timezone: 'Europe/Berlin'
99
app.support_email: '%env(SUPPORT_EMAIL)%'
1010
app.fsb_email: '%env(FSB_EMAIL)%'

0 commit comments

Comments
 (0)