Merge pull request #64 from creative-commoners/pulls/2.1/phpcs

MNT Add codesniffer
This commit is contained in:
Guy Sartorelli 2022-08-05 14:48:24 +12:00 committed by GitHub
commit f102cad3bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
"silverstripe/framework": "~4.0",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3"
},
"autoload": {
"psr-4": {
"SilverStripe\\SQLite\\": "code/"