File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
Doctrine \Bundle \FixturesBundle \DoctrineFixturesBundle::class => ['dev ' => true , 'test ' => true ],
20
20
DH \AuditorBundle \DHAuditorBundle::class => ['all ' => true ],
21
21
SymfonyCasts \Bundle \ResetPassword \SymfonyCastsResetPasswordBundle::class => ['all ' => true ],
22
- Jbtronics \TranslationEditorBundle \JbtronicsTranslationEditorBundle::class => ['all ' => true ],
22
+ Jbtronics \TranslationEditorBundle \JbtronicsTranslationEditorBundle::class => ['dev ' => true ],
23
23
Symfony \UX \StimulusBundle \StimulusBundle::class => ['all ' => true ],
24
24
Symfony \UX \Autocomplete \AutocompleteBundle::class => ['all ' => true ],
25
25
Jbtronics \DompdfFontLoaderBundle \DompdfFontLoaderBundle::class => ['all ' => true ],
Original file line number Diff line number Diff line change 4
4
# Put parameters here that don't need to change on each machine where the app is deployed
5
5
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
6
6
parameters :
7
- app.version : ' 2.0.0 '
7
+ app.version : ' 2.0.1 '
8
8
app.timezone : ' Europe/Berlin'
9
9
app.support_email : ' %env(SUPPORT_EMAIL)%'
10
10
app.fsb_email : ' %env(FSB_EMAIL)%'
You can’t perform that action at this time.
0 commit comments