From 7139bcff1e4b9f5da10632b17dbccc1961e883bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 28 Sep 2017 11:29:01 +0200 Subject: [PATCH] Adjust codesniffer dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/phpmyadmin/coding-standard/issues/3 and https://github.com/phpmyadmin/coding-standard/pull/5 Signed-off-by: Michal Čihař --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 56507f2218..926d7221c6 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "phpunit/phpunit": "~4.1", "codacy/coverage": "dev-master", "phpunit/phpunit-selenium": "~1.2", - "squizlabs/php_codesniffer": "2.*", + "squizlabs/php_codesniffer": "^3.0", "tecnickcom/tcpdf": "^6.2", "phpmyadmin/coding-standard": "^0.3" },