From 48340dcad05c2b344803c8c85f2c157ec6c2a2d4 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 16 Sep 2019 21:36:39 +0200 Subject: [PATCH] Skip PHPCS on PHP 7.4 --- build.xml | 34 ++++++++++++++++++++-------------- composer.json | 1 - 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/build.xml b/build.xml index 100cbf3..37b63ad 100644 --- a/build.xml +++ b/build.xml @@ -51,20 +51,26 @@ - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/composer.json b/composer.json index a377e7a..22e9900 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,6 @@ "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^6.3", "slevomat/coding-standard": "^4.7.2", - "squizlabs/php_codesniffer": "^3.3.2", "symfony/process": "^3.4 || ^4.0", "phpstan/extension-installer": "^1.0", "phpstan/phpstan-strict-rules": "^0.12"