From d1d5c2b268562b88583f39a33f117b3a57b548eb Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Thu, 15 Feb 2018 11:04:19 +1300 Subject: [PATCH] FIX Add phpcs to dev requirements to fix CI builds --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f1ebaf9..986edd8 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,8 @@ "silverstripe/framework": "^4" }, "require-dev": { - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "^5.7", + "squizlabs/php_codesniffer": "^3" }, "extra": { "branch-alias": {