Skip to content

Commit

Permalink
bump to fixed ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jul 3, 2021
1 parent 96dbc69 commit 9907e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"rector/rector-generator": "^0.1.7",
"symplify/coding-standard": "^9.4.4",
"symplify/easy-ci": "^9.4.4",
"symplify/easy-coding-standard": "^9.4.1",
"symplify/easy-coding-standard": "^9.4.7",
"symplify/easy-testing": "^9.4.4",
"symplify/phpstan-extensions": "^9.4.4",
"symplify/phpstan-rules": "^9.4.4",
Expand Down
1 change: 1 addition & 0 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@
]);

$parameters->set(Option::LINE_ENDING, "\n");
$parameters->set(Option::PARALLEL, true);
};

0 comments on commit 9907e91

Please sign in to comment.