Skip to content

Commit 543eefe

Browse files
committed
Update config and composer
1 parent 3b3325b commit 543eefe

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"symfony/console": "^6 || ^7"
1515
},
1616
"require-dev": {
17-
"ergebnis/composer-normalize": "^2.43",
18-
"rector/rector": "^1.1",
17+
"ergebnis/composer-normalize": "^2.44",
18+
"rector/rector": "^1.2",
1919
"symplify/easy-coding-standard": "^12.3"
2020
},
2121
"autoload": {

ecs.php

+1-8
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
->withCache(__DIR__ . '/.ecs-cache')
1111
->withPreparedSets(
1212
psr12: true,
13+
common: true,
1314
symplify: true,
14-
arrays: true,
15-
comments: true,
16-
docblocks: true,
17-
spaces: true,
18-
namespaces: true,
19-
phpunit: true,
20-
strict: true,
21-
cleanCode: true
2215
);

0 commit comments

Comments
 (0)