From a1c26b38122823c63cfcf30c29137d559a2c8037 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Thu, 26 Oct 2017 20:04:05 +0200 Subject: [PATCH] Phing - tests - phpcodesniffer task - fix "This task requires the PHP_CodeSniffer package installed and available on the include path" bug Details: https://github.com/phingofficial/phing/issues/716 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f521e9a..3af08b8 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "phpmd/phpmd": "^2.6", "phpunit/phpunit": "^5.7", "sebastian/phpcpd": "^3.0", - "squizlabs/php_codesniffer": "^3.1" + "squizlabs/php_codesniffer": "^2.9" }, "autoload": { "psr-4": {