Skip to content

Commit 6de5e28

Browse files
committed
Add php-cs-fixer as dev requirement, remove php_codesniffer
1 parent b7ed594 commit 6de5e28

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
@@ -29,7 +29,7 @@
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^9.5",
32-
"squizlabs/php_codesniffer": "^3.0",
32+
"friendsofphp/php-cs-fixer": "^3",
3333
"ext-dom" : "*"
3434
}
3535
}

0 commit comments

Comments
 (0)