diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-20 09:55:36 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-20 09:55:36 +0200 |
| commit | 33ed62ba5cfc8aae1fbbe4861300e369877e5ac3 (patch) | |
| tree | 4106cc07b8cbc49ed9d61ac1ee6abe06b57786fc /composer.json | |
| parent | 56e32b238731196328b749b6eeb8d07bd1fc7053 (diff) | |
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 2545488..36381cf 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": ">=8.4" }, "require-dev": { - "phpunit/phpunit": "^13.0" + "phpunit/phpunit": "^13.1.10" }, "config": { "platform": { @@ -40,6 +40,7 @@ ], "files": [ "tests/_fixture/callback_function.php", + "tests/_fixture/class_alias.php", "tests/_fixture/functions_that_declare_return_types.php" ] }, |
