diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-03 08:19:59 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-03 08:19:59 +0200 |
| commit | 3f964b138fa47d44533d7a3ee7f51cd2d77e2327 (patch) | |
| tree | ed30054efd5f9702996495e6c958857a384780dc /composer.json | |
| parent | e2238cb4f02ec10315cd4937774a1c0b12d96675 (diff) | |
update to 14.0.0
raise dependency on sebastian/environment 9.1
add dependency on sebastian/git-state 1.0
rename to php-phpunit-php-code-coverage14
move to /usr/share/php/SebastianBergmann/CodeCoverage14
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 554aad1..46d4ea8 100644 --- a/composer.json +++ b/composer.json @@ -36,13 +36,14 @@ "nikic/php-parser": "^5.7.0", "phpunit/php-text-template": "^6.0", "sebastian/complexity": "^6.0", - "sebastian/environment": "^9.0", + "sebastian/environment": "^9.1", + "sebastian/git-state": "^1.0", "sebastian/lines-of-code": "^5.0", "sebastian/version": "^7.0", "theseer/tokenizer": "^2.0.1" }, "require-dev": { - "phpunit/phpunit": "^13.0" + "phpunit/phpunit": "^13.1" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", @@ -60,7 +61,7 @@ }, "extra": { "branch-alias": { - "dev-main": "13.0.x-dev" + "dev-main": "14.0.x-dev" } } } |
