Skip to content

Commit 06d6f2d

Browse files
committed
Lower the minimum phpcs version to 3.3.1
1 parent 600d044 commit 06d6f2d

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-dev": {
2424
"phpunit/phpunit": "^8.0 || ^9.0",
25-
"squizlabs/php_codesniffer": "^3.5",
25+
"squizlabs/php_codesniffer": "^3.3.1",
2626
"vimeo/psalm": "^3.12"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)