Skip to content

Commit

Permalink
Merge pull request #30 from BitBagCommerce/OPSRC-496/Add_bitbag_codin…
Browse files Browse the repository at this point in the history
…g_standard_to_every_plugin

OPSRC-496/Add bitbag coding standard and ecs fix
  • Loading branch information
fabulousPuppet committed Jul 29, 2022
2 parents b20a057 + 4b28df9 commit 7cae1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.3 || ^8.0",
"bitbag/coding-standard": "^1.0.1",
"sylius/sylius": "~1.8.0 || ~1.9.0 || ~1.10.0 || ~1.11.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symplify\EasyCodingStandard\ValueObject\Set\SetList;

return static function (ContainerConfigurator $containerConfigurator): void {
$containerConfigurator->import('vendor/sylius-labs/coding-standard/ecs.php');
$containerConfigurator->import('vendor/bitbag/coding-standard/ecs.php');
$services = $containerConfigurator->services();
$services->set(ArraySyntaxFixer::class)
->call('configure', [[
Expand Down

0 comments on commit 7cae1c8

Please sign in to comment.