Skip to content

Commit d2dbcc8

Browse files
committed
Require a future version of CodeSniffer / switch to an active fork
1 parent 8c71cd2 commit d2dbcc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dealerdirect/phpcodesniffer-composer-installer": "*",
2121
"pheromone/phpcs-security-audit": "*",
2222
"phpcompatibility/php-compatibility": "*",
23-
"slevomat/coding-standard": "*",
24-
"squizlabs/php_codesniffer": "*"
23+
"phpcsstandards/php_codesniffer": ">= 3.8.0",
24+
"slevomat/coding-standard": "*"
2525
}
2626
}

0 commit comments

Comments
 (0)