From a270c740c30d960e8ade822321d53c36e8b012ca Mon Sep 17 00:00:00 2001 From: Phoebus Date: Wed, 16 May 2018 17:17:06 +0100 Subject: [PATCH] php_code_sniffer not including phpcs.xml standard I thought I had the standard path wrong but after updating php_codesniffer from composer it started reading phpcs.xml. Ref: https://github.com/squizlabs/PHP_CodeSniffer/issues/1660 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5909cce5..85dfee1b 100644 --- a/composer.json +++ b/composer.json @@ -76,7 +76,7 @@ "codeception/codeception": "~2.3.0", "phpmd/phpmd": "~2.6.0", "sebastian/phpcpd": "~2.0.0", - "squizlabs/php_codesniffer": "~2.8.0", + "squizlabs/php_codesniffer": "~3.2.0", "block8/php-docblock-checker": "~1.3.0", "phploc/phploc": "~4.0.0", "jakub-onderka/php-parallel-lint": "~0.9.0",