diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-06 11:55:34 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-06 11:55:34 +0100 |
commit | 6edf99c2b82b485ade92b60b13f22a2b9e78949b (patch) | |
tree | f9bf4f166b876676ac5468fa3b563abfb33cdc81 /composer.json | |
parent | dc3882fc7c3e6d5a41579916814f4111feea3f1a (diff) |
update to 2.7.3
switch to phpunit7
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 cd4f45f..7bcef78 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-mail": "^2.6", - "phpunit/phpunit": "^5.7.21 || ^6.3" + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20" }, "suggest": { "laminas/laminas-mail": "Laminas\\Mail component" |