We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5518ad commit 995b996Copy full SHA for 995b996
2 files changed
composer.json
@@ -32,7 +32,7 @@
32
"phpstan/phpstan-strict-rules": "^2.0",
33
"rector/rector": "^2.2",
34
"symfony/yaml": "^6.0 || ^7.0",
35
- "symplify/easy-coding-standard": "^13.0"
+ "symplify/easy-coding-standard": "13.1.2"
36
},
37
"suggest": {
38
"symfony/yaml": "Required for OpenApi::toYaml() output (^6.0 || ^7.0)."
ecs.php
@@ -31,7 +31,6 @@
31
psr12: true,
common: true,
cleanCode: true,
- strict: true,
)
->withPhpCsFixerSets(
php83Migration: true,
0 commit comments