Skip to content

Commit 492e57c

Browse files
authored
Merge pull request #91 from worksome/bugfix/conflict-codesniffer-4
feat: add a conflict with PHP_CodeSniffer 4.x
2 parents 07ff1a9 + a4f868b commit 492e57c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"spatie/invade": "^1.1.1",
2424
"squizlabs/php_codesniffer": "^3.11"
2525
},
26+
"conflict": {
27+
"squizlabs/php_codesniffer": ">= 4"
28+
},
2629
"autoload": {
2730
"psr-4": {
2831
"Worksome\\CodingStyle\\": "src/"

0 commit comments

Comments
 (0)