diff options
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 5 |
2 files changed, 6 insertions, 3 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", diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index b6ca6a4..5108eb1 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -15,7 +15,7 @@ %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.95.13 +Version: 3.95.14 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -103,6 +103,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Wed Jul 15 2026 Remi Collet <remi@remirepo.net> - 3.95.14-1 +- update to 3.95.14 + * Sat Jul 11 2026 Remi Collet <remi@remirepo.net> - 3.95.13-1 - update to 3.95.13 |
