summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorPhil Sturgeon <me@philsturgeon.com>2021-11-17 18:33:37 +0100
committerPhil Sturgeon <me@philsturgeon.com>2021-11-17 18:34:33 +0100
commit298b06e5d823370a49dd49661cc8cc08f9a51ead (patch)
treeea41060d3f5f4ae6972ca53470b7ad8c40bd5057 /composer.json
parent47c6b45f524f826e56aff8e77bf289bcbfa1b51d (diff)
chore: update to phpunit 9
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index a20d0f336..722c9b7d9 100644
--- a/composer.json
+++ b/composer.json
@@ -18,6 +18,6 @@
},
"require-dev": {
"mikey179/vfsstream": "1.6.*",
- "phpunit/phpunit": "4.* || 5.* || 8.*"
+ "phpunit/phpunit": "4.* || 5.* || 9.*"
}
}