From 4cf135b12d922e0f39adc24a07f226052aa2d720 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Sep 2025 08:12:11 +0200 Subject: update to 3.88.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 24f1972..ec2783a 100644 --- a/composer.json +++ b/composer.json @@ -43,12 +43,13 @@ "symfony/polyfill-mbstring": "^1.33", "symfony/polyfill-php80": "^1.33", "symfony/polyfill-php81": "^1.33", + "symfony/polyfill-php84": "^1.33", "symfony/process": "^5.4.47 || ^6.4.24 || ^7.2", "symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0" }, "require-dev": { "facile-it/paraunit": "^1.3.1 || ^2.7", - "infection/infection": "^0.29.14", + "infection/infection": "^0.31.0", "justinrainbow/json-schema": "^6.5", "keradus/cli-executor": "^2.2", "mikey179/vfsstream": "^1.6.12", @@ -56,7 +57,6 @@ "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6", "phpunit/phpunit": "^9.6.25 || ^10.5.53 || ^11.5.34", - "symfony/polyfill-php84": "^1.33", "symfony/var-dumper": "^5.4.48 || ^6.4.24 || ^7.3.2", "symfony/yaml": "^5.4.45 || ^6.4.24 || ^7.3.2" }, @@ -164,7 +164,7 @@ ], "test:mutation": [ "Composer\\Config::disableProcessTimeout", - "infection --threads=max --only-covered --min-covered-msi=80" + "infection --threads=max --only-covering-test-cases --min-covered-msi=80" ], "test:short-open-tag": [ "Composer\\Config::disableProcessTimeout", -- cgit