diff --git a/composer.json b/composer.json index f8ed161..a53f629 100644 --- a/composer.json +++ b/composer.json @@ -36,12 +36,12 @@ "symfony/dependency-injection": "^5.4", "symfony/form": "^5.4", "symfony/http-kernel": "^5.4", - "symfony/translation": "^5.4" + "symfony/translation": "^5.4", + "twig/twig": "^3.5.0" }, "require-dev": { "phpunit/phpunit": "^9.5.20", - "shopsys/coding-standards": "14.0.x-dev", - "twig/twig": "^3.5.0" + "shopsys/coding-standards": "14.0.x-dev" }, "config": { "allow-plugins": { diff --git a/ecs.php b/ecs.php index a802719..90f81b1 100644 --- a/ecs.php +++ b/ecs.php @@ -37,9 +37,6 @@ PhpdocToPropertyTypeFixer::class => [ __DIR__ . '/src/*', ], - DeclareStrictTypesFixer::class => [ - __DIR__ . '/src/*', - ], ]); $ecsConfig->import(__DIR__ . '/vendor/shopsys/coding-standards/ecs.php', null, true);