From 92315a7c8ed0e6829290d023a40a19757dba71ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Fejfar?= Date: Tue, 5 Mar 2019 14:47:06 +0100 Subject: [PATCH] Unbound phpcs to keep it on latest --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fbc5c4b2..2ca29b78 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "keboola/php-temp": "^1.0", "phpstan/phpstan-shim": "^0.9.1", "phpunit/phpunit": "^7.1", - "keboola/coding-standard": "^7.0.2" + "keboola/coding-standard": ">=7.0.2" }, "scripts": { "tests": "phpunit",