diff options
| author | Remi Collet <remi@remirepo.net> | 2026-06-08 06:33:57 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-06-08 06:33:57 +0200 |
| commit | cfb038aaa126d644f96dcb625f3f8b3cfe9abe07 (patch) | |
| tree | 1fa4e2a4966ce248fd36e992e6fac96c86febd41 | |
| parent | f7ef55cb2276072ed4d4527abff7f3ac14af2159 (diff) | |
update to 14.2.1
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-phpunit-php-code-coverage14.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 76cb08f..ecee997 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "theseer/tokenizer": "^2.0.1" }, "require-dev": { - "phpunit/phpunit": "^13.1.14" + "phpunit/phpunit": "^13.2.0" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", diff --git a/php-phpunit-php-code-coverage14.spec b/php-phpunit-php-code-coverage14.spec index 494876a..8fc743c 100644 --- a/php-phpunit-php-code-coverage14.spec +++ b/php-phpunit-php-code-coverage14.spec @@ -22,7 +22,7 @@ %global ver_major 14 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 14.2.0 +Version: 14.2.1 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -55,8 +55,8 @@ BuildRequires: php-mbstring BuildRequires: php-tokenizer BuildRequires: php-xmlwriter # From composer.json, "require-dev": { -# "phpunit/phpunit": "^13.1.14" -BuildRequires: phpunit13 >= 13.1.14 +# "phpunit/phpunit": "^13.2.0" +BuildRequires: phpunit13 >= 13.2.0 BuildRequires: php-xdebug %endif @@ -191,6 +191,9 @@ exit $ret %changelog +* Mon Jun 8 2026 Remi Collet <remi@remirepo.net> - 14.2.1-1 +- update to 14.2.1 + * Fri Jun 5 2026 Remi Collet <remi@remirepo.net> - 14.2.0-1 - update to 14.2.0 |
