Skip to content

Commit 881942a

Browse files
committed
Make PHPCS 4 support official
1 parent b2252f7 commit 881942a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require" : {
2424
"php" : ">=5.4",
25-
"squizlabs/php_codesniffer" : "^3.13.0",
25+
"squizlabs/php_codesniffer" : "^3.13.0 || ^4.0",
2626
"phpcsstandards/phpcsutils" : "^1.1.0"
2727
},
2828
"require-dev" : {

0 commit comments

Comments
 (0)