diff options
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 483156678..f5b4e8db4 100644 --- a/composer.json +++ b/composer.json @@ -30,6 +30,6 @@ }, "require-dev": { "mikey179/vfsstream": "1.6.*", - "phpunit/phpunit": "5.* || 9.*" + "phpunit/phpunit": "4.* || 5.* || 9.*" } } |