From 27ddf843e397050cac9bb31f2ca1944cdecac50e Mon Sep 17 00:00:00 2001 From: Ismail El Korchi Date: Thu, 9 Apr 2020 17:55:51 +0100 Subject: [PATCH] Remove superfluous parameter from composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ba9666b..d96462f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php-parallel-lint/php-parallel-lint": "^1.2.0" }, "scripts": { - "lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --runtime-set testVersion 5.6-", + "lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs", "lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor ." }, "support": {