diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-06 10:49:05 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-06 10:49:05 +0100 |
| commit | dcc6dba9ac09c1e4ed6f03c4d64f8e607a8a3e60 (patch) | |
| tree | dc97d00f647c3127b535ef396854f6b61c1e028e /composer.json | |
| parent | fdc005d54cdcc5b231c665379779b1e8a4bb4e8f (diff) | |
allow phpunit13
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index bbd0703..fad5377 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require": { "php": ">=7", - "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10.0.17 || ^11 || ^12.0.9", + "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10.0.17 || ^11 || ^12.0.9 || ^13", "php-mock/php-mock-integration": "^3.0" }, "require-dev": { |
