summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorGeorge Petculescu <gxgpet@gmail.com>2021-05-31 12:28:25 +0200
committerGeorge Petculescu <gxgpet@gmail.com>2021-05-31 12:28:25 +0200
commit81c793551d2bd6c2919a9a46462d464965c8207f (patch)
treed1daf5024a3627df8493c8056e202302ca052d10 /composer.json
parent56de63c5bdfd7962d2e64d6d9b0a5b7914d4ec6c (diff)
Adding PHPUnit 8
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 aac516c8a..a20d0f336 100644
--- a/composer.json
+++ b/composer.json
@@ -18,6 +18,6 @@
},
"require-dev": {
"mikey179/vfsstream": "1.6.*",
- "phpunit/phpunit": "4.* || 5.*"
+ "phpunit/phpunit": "4.* || 5.* || 8.*"
}
}