diff options
author | George Petculescu <gxgpet@gmail.com> | 2021-05-31 12:28:25 +0200 |
---|---|---|
committer | George Petculescu <gxgpet@gmail.com> | 2021-05-31 12:28:25 +0200 |
commit | 81c793551d2bd6c2919a9a46462d464965c8207f (patch) | |
tree | d1daf5024a3627df8493c8056e202302ca052d10 /composer.json | |
parent | 56de63c5bdfd7962d2e64d6d9b0a5b7914d4ec6c (diff) |
Adding PHPUnit 8
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 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.*" } } |