From ac8e0de9851a6503fcd19b607a0be51955fe7316 Mon Sep 17 00:00:00 2001 From: Eike Starkmann Date: Tue, 30 Jul 2024 21:25:41 +0200 Subject: [PATCH] [WIP] Add new command that is "working" but does not detect incompatibilities Related: #447 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index eee5630..029e4f9 100644 --- a/composer.json +++ b/composer.json @@ -149,6 +149,7 @@ "ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --diff", "ci:php:lint": "find .*.php *.php Classes Configuration Tests -name '*.php' -print0 | xargs -r -0 -n 1 -P 4 php -l", "ci:php:sniff": "phpcs Classes Configuration Tests", + "ci:php:compatibility": "phpcs -p Classes Configuration Tests --runtime-set testVersion 7.4-8.3 --standard=PHPCompatibility", "ci:php:stan": "phpstan --no-progress", "ci:static": [ "@ci:composer:normalize",