Skip to content

Commit

Permalink
Made jbtronics translation editor bundle a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Feb 10, 2025
1 parent 50600e8 commit edb2f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)%'
Expand Down

0 comments on commit edb2f27

Please sign in to comment.