From 92ec339be608b69b8dc3145b69a34c977267ce6c Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Fri, 2 Sep 2016 12:30:28 -0500 Subject: [PATCH] Downgrade to php_codesniffer 2.6.* for now (#4325) 2.7.0 was released and has some indentation changes. I'm not sure if these are bugs or should be corrected... --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a93df0564a..20154903b6 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "require-dev": { - "squizlabs/php_codesniffer": "*", + "squizlabs/php_codesniffer": "2.6.*", "phpunit/phpunit": "4.*", "jakub-onderka/php-parallel-lint": "*", "jakub-onderka/php-console-highlighter": "*",