From fd4711af5af4ef88fa10b26849c2e01cad4504d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Dec 2023 08:01:33 +0100 Subject: update to 3.41.1 --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index dd90058..48da43d 100644 --- a/composer.json +++ b/composer.json @@ -46,8 +46,6 @@ "php-cs-fixer/accessible-object": "^1.1", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4", - "phpspec/prophecy": "^1.17", - "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.6", "symfony/phpunit-bridge": "^6.3.8 || ^7.0", "symfony/yaml": "^5.4 || ^6.0 || ^7.0" @@ -85,7 +83,7 @@ "Composer\\Config::disableProcessTimeout", "paraunit run --testsuite auto-review" ], - "cs:check": "@php php-cs-fixer check --diff", + "cs:check": "@php php-cs-fixer check --verbose --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