From 1f4191fcfaf44a7ec83f99771596acbed8b47169 Mon Sep 17 00:00:00 2001 From: Brown Date: Tue, 19 Mar 2019 11:46:51 -0400 Subject: [PATCH] Pin PHPCS version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 082652401..24bdaa8bb 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "prefer-stable": true, "require-dev": { "phpunit/phpunit": "^6.0 || ^7.0", - "squizlabs/php_codesniffer": "^3.0", + "squizlabs/php_codesniffer": "3.4.0", "bamarni/composer-bin-plugin": "^1.2", "psalm/plugin-phpunit": "^0.5.1" },