diff --git a/composer.json b/composer.json
index 74db1d7e7f9bc97df1daa1bf53bba86b8584b1b2..5587610cba217059a4a210b3718306a7d276483f 100644
--- a/composer.json
+++ b/composer.json
@@ -56,12 +56,12 @@
         "symfonycasts/verify-email-bundle": "^1.6",
         "twig/extra-bundle": "^2.12|^3.0",
         "twig/intl-extra": "^3.3",
+        "doctrine/doctrine-fixtures-bundle": "^3.4",
         "twig/twig": "^2.12|^3.0"
     },
     "require-dev": {
         "ext-dom": "*",
         "dama/doctrine-test-bundle": "^6.7",
-        "doctrine/doctrine-fixtures-bundle": "^3.4",
         "phpstan/extension-installer": "^1.1",
         "phpstan/phpstan": "^1.3",
         "phpstan/phpstan-doctrine": "^1.0",
diff --git a/config/bundles.php b/config/bundles.php
index 80e9d8e7c9eceb46b2420f093e04b2c9c57e5bc4..7d0ff744aeccd7136d5f97e501e3687f11c552ab 100644
--- a/config/bundles.php
+++ b/config/bundles.php
@@ -16,7 +16,7 @@ return [
     Gregwar\CaptchaBundle\GregwarCaptchaBundle::class => ['all' => true],
     Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
     DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
-    Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
+    Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['all' => true],
     SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true],
     Knp\Bundle\PaginatorBundle\KnpPaginatorBundle::class => ['all' => true],
 ];