Skip to content

Commit d2d23d9

Browse files
Merge pull request #47 from stevegrunwell/fix/phpcs-repo
Use squizlabs, not phpcsstandards/php_codesniffer
2 parents 3d17b2a + 2d3a414 commit d2d23d9

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
"require-dev": {
2323
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
2424
"phpcompatibility/php-compatibility": "^9.3",
25-
"phpcsstandards/php_codesniffer": "^3.7",
25+
"squizlabs/php_codesniffer": "^3.7",
2626
"symfony/phpunit-bridge": "^5.2 || ^6.2"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)