chore: add codesniffer

This commit is contained in:
Will Rossiter 2023-09-07 06:24:25 +12:00 committed by Will Rossiter
parent a0396d043d
commit a0536a04b5
No known key found for this signature in database
GPG Key ID: 9CD50F87382CDF52
1 changed files with 2 additions and 11 deletions

View File

@ -7,21 +7,12 @@
"forms"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Ingo Schommer",
"email": "ingo@silverstripe.com"
},
{
"name": "Sean Harvey",
"email": "sean@silverstripe.com"
}
],
"require": {
"silverstripe/framework": "^5"
},
"require-dev": {
"phpunit/phpunit": "^9.6"
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3"
},
"extra": {
"branch-alias": {