Skip to content

Commit

Permalink
[shopsys] Luigi's Box brand feed (#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik authored Mar 1, 2024
2 parents e805f13 + 3ba33b7 commit 459e205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 0 additions & 3 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
PhpdocToPropertyTypeFixer::class => [
__DIR__ . '/src/*',
],
DeclareStrictTypesFixer::class => [
__DIR__ . '/src/*',
],
]);

$ecsConfig->import(__DIR__ . '/vendor/shopsys/coding-standards/ecs.php', null, true);
Expand Down

0 comments on commit 459e205

Please sign in to comment.