diff options
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 48aef1c..0892853 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "ext-mbstring" : "*" }, "require-dev": { - "phpunit/phpunit" : "4.0.*" + "phpunit/phpunit" : "*" }, "autoload": { "psr-4": { |