diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-25 08:12:11 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-25 08:12:11 +0200 |
commit | 4cf135b12d922e0f39adc24a07f226052aa2d720 (patch) | |
tree | a7f9dc650a4e894e5d2e5465000c179a1d2a66fa /composer.json | |
parent | 560dce44ab4539b4d1496ea3b8c2797faedaebc0 (diff) |
update to 3.88.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
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", |