Skip to content

Commit 9eef3ae

Browse files
authored
fix: dont use version 6
1 parent 1c570bb commit 9eef3ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"phpstan/phpstan-strict-rules": "@stable",
88
"phpmd/phpmd": "^2.7",
99
"squizlabs/php_codesniffer": "@stable",
10-
"slevomat/coding-standard": "@stable"
11-
},
12-
"conflicts": {
13-
"slevomat/coding-standard": ">5"
10+
"slevomat/coding-standard": "<6"
1411
}
1512
}

0 commit comments

Comments
 (0)