Skip to content

Commit 995b996

Browse files
committed
fix
1 parent a5518ad commit 995b996

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"phpstan/phpstan-strict-rules": "^2.0",
3333
"rector/rector": "^2.2",
3434
"symfony/yaml": "^6.0 || ^7.0",
35-
"symplify/easy-coding-standard": "^13.0"
35+
"symplify/easy-coding-standard": "13.1.2"
3636
},
3737
"suggest": {
3838
"symfony/yaml": "Required for OpenApi::toYaml() output (^6.0 || ^7.0)."

ecs.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
psr12: true,
3232
common: true,
3333
cleanCode: true,
34-
strict: true,
3534
)
3635
->withPhpCsFixerSets(
3736
php83Migration: true,

0 commit comments

Comments
 (0)