diff --git a/composer.json b/composer.json index 5d4dfe2..f54848d 100644 --- a/composer.json +++ b/composer.json @@ -48,5 +48,8 @@ }, "autoload": { "psr-4": {"DeliciousBrains\\SpinupWPComposerSite\\": "app/"} + }, + "require-dev": { + "humanmade/coding-standards": "^1.1" } } diff --git a/phpcs.xml.dist b/phpcs.xml.dist new file mode 100644 index 0000000..073998d --- /dev/null +++ b/phpcs.xml.dist @@ -0,0 +1,32 @@ + + + + . + + + ^/config/keys.php + + + + + + + + + + + + + + + + + + + + + + + /tests/* + +