Skip to content

Commit

Permalink
OP-377 - Update ecs configuration and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Jul 26, 2024
1 parent 1d2d376 commit baed46b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
"phpstan/extension-installer": false
}
},
"extra": {
"symfony": {
"allow-contrib": true,
"recipe-install": false
}
},
"scripts": {
"post-install-cmd": [
"php bin/create_node_symlink.php"
Expand Down
2 changes: 1 addition & 1 deletion ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
$ecsConfig->import('vendor/sylius-labs/coding-standard/ecs.php');

$ecsConfig->skip([
VisibilityRequiredFixer::class => ['*Spec.php', 'src/Kernel.php'],
VisibilityRequiredFixer::class => ['*Spec.php', '*Kernel.php'],
]);
};

0 comments on commit baed46b

Please sign in to comment.