summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
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"
]
},