diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-29 08:33:45 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-29 08:33:45 +0100 |
commit | 4fc92c3fe73975ae5f9a8abb2bd75262368ed4d0 (patch) | |
tree | 6f1556c41895d443b7c2ecd2fa5ecae1d2b4d432 /composer.json | |
parent | 547850eaf0f6e0bc51f95d0778062fc2693e96d2 (diff) |
update to 6.2.2
switch to phpunit9
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 631c495..f1735c0 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "require-dev": { "behat/behat": "^3.3", "symfony/filesystem": "^3.4 || ^4.0 || ^5.0", - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^8.0 || ^9.0" }, "suggest": { |