From 01a309be3346c33c8dd586ee59f8f3c15484dc70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Garc=C3=AAs?= Date: Mon, 13 Sep 2021 13:22:20 +0100 Subject: [PATCH] Updated composer.json --- .gitignore | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 223c32de5..6a7bc010b 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,6 @@ *.sublime-workspace .DS_Store + +# php8 phpcompatibility report +php8-report.log diff --git a/composer.json b/composer.json index 983d63d97..27fb763c9 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,6 @@ "./tools/phpunit", "@lint" ], - "sniffer:php8": "phpcs -p ./ --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.0" + "sniffer:php8": "phpcs -p ./ --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --report-full=./php8-report.log --ignore=./vendor/*,./tools/*,./.git/*,./tpl_c/*,./build/*,./.phpdoc/*,./var/* --runtime-set testVersion 8.0" } }