diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-02 09:24:06 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-02 09:24:06 +0200 |
commit | 6faaf47e8b03188aec163f5c1dae0c9189961f6f (patch) | |
tree | 03b2b7d1a7efd628e37286afdb9cec7293b65ae8 /composer.json | |
parent | 261b214bd58c74d9ff591f7b5ef01a3312a8412e (diff) |
raise dependency on phpunit/phpunit 12.3.7
raise dependency on phpunit/php-code-coverage 12.3.6
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 e345f7c..37c4625 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ "prefer-stable": true, "require": { "php": ">=8.3", - "phpunit/phpunit": "^12.0", - "phpunit/php-code-coverage": "^12.0", + "phpunit/phpunit": "^12.3.7", + "phpunit/php-code-coverage": "^12.3.6", "phpunit/php-file-iterator": "^6.0", "sebastian/cli-parser": "^4.0", "sebastian/diff": "^7.0", |