From 7e65b3c4cd6e404390a613d11138198c571e4e00 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 30 Sep 2023 15:45:59 +0200 Subject: update to 3.34.0 --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 388e4e7..2012ded 100644 --- a/composer.json +++ b/composer.json @@ -54,6 +54,9 @@ "symfony/phpunit-bridge": "^6.2.3", "symfony/yaml": "^5.4 || ^6.0" }, + "conflict": { + "stevebauman/unfinalize": "*" + }, "suggest": { "ext-dom": "For handling output formats in XML", "ext-mbstring": "For handling non-UTF8 characters." @@ -81,7 +84,7 @@ "post-autoload-dump": [ "@install-tools" ], - "cs:check": "@php php-cs-fixer fix --dry-run --diff", + "cs:check": "@php php-cs-fixer check --diff", "cs:fix": "@php php-cs-fixer fix", "cs:fix:parallel": "echo '🔍 Will run in batches of 50 files.'; if [[ -f .php-cs-fixer.php ]]; then FIXER_CONFIG=.php-cs-fixer.php; else FIXER_CONFIG=.php-cs-fixer.dist.php; fi; php php-cs-fixer list-files --config=$FIXER_CONFIG | xargs -n 50 -P 8 php php-cs-fixer fix --config=$FIXER_CONFIG --path-mode intersection 2> /dev/null", "docs": "@php dev-tools/doc.php", -- cgit