diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-15 12:19:47 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-15 12:19:47 +0100 |
commit | bc1bde0bc9268468bbea70c599c47d4b6c4d35f3 (patch) | |
tree | 95faae0b01c0c29ec676816fccc82e5b58d17941 /composer.json | |
parent | 3c204e2c14651f52f1f12660920c2a6601537976 (diff) |
update to 2.13.1
drop patch merged upstream
switch to phpunit8
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 3975cf6..e8424e2 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-session": "^2.8", "laminas/laminas-uri": "^2.5", - "phpunit/phpunit": "^6.0.8 || ^5.7.15", + "phpunit/phpunit": "^7.5.20 || ^8.5.2", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0" |