We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3325b commit 543eefeCopy full SHA for 543eefe
composer.json
@@ -14,8 +14,8 @@
14
"symfony/console": "^6 || ^7"
15
},
16
"require-dev": {
17
- "ergebnis/composer-normalize": "^2.43",
18
- "rector/rector": "^1.1",
+ "ergebnis/composer-normalize": "^2.44",
+ "rector/rector": "^1.2",
19
"symplify/easy-coding-standard": "^12.3"
20
21
"autoload": {
ecs.php
@@ -10,13 +10,6 @@
10
->withCache(__DIR__ . '/.ecs-cache')
11
->withPreparedSets(
12
psr12: true,
13
+ common: true,
symplify: true,
- arrays: true,
- comments: true,
- docblocks: true,
- spaces: true,
- namespaces: true,
- phpunit: true,
- strict: true,
- cleanCode: true
22
);
0 commit comments