diff options
| author | Remi Collet <remi@remirepo.net> | 2026-07-15 10:57:41 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-07-15 10:57:41 +0200 |
| commit | 22ea7602bff7f8d66e0b313327f8d8a4eea669e4 (patch) | |
| tree | a8bae0486e0bbf8a6934a00103342ac5e99e502a /composer.json | |
| parent | af480fb5dfe33c947be64aced1c1ec87503e0094 (diff) | |
update to 3.95.14
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 8b1c7c8..7e59768 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "php-coveralls/php-coveralls": "^2.9.1", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.8", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.8", - "phpunit/phpunit": "^9.6.35 || ^10.5.64 || ^11.5.56", + "phpunit/phpunit": "^9.6.35 || ^10.5.64 || ^11.5.56 || ^12.5.31", "symfony/polyfill-php85": "^1.38", "symfony/var-dumper": "^5.4.48 || ^6.4.36 || ^7.4.8 || ^8.1.0", "symfony/yaml": "^5.4.53 || ^6.4.41 || ^7.4.13 || ^8.1.0" @@ -163,7 +163,7 @@ ], "test:coverage": [ "Composer\\Config::disableProcessTimeout", - "@composer show facile-it/paraunit ^2 && (paraunit coverage --testsuite unit --pass-through=--exclude-group=covers-nothing) || (paraunit coverage --testsuite unit --exclude-group covers-nothing)" + "@composer show facile-it/paraunit ^2 && (paraunit coverage --testsuite unit --pass-through=--exclude-group=covers-nothing --pass-through=--do-not-fail-on-empty-test-suite) || (paraunit coverage --testsuite unit --exclude-group covers-nothing)" ], "test:integration": [ "Composer\\Config::disableProcessTimeout", |
