diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-25 10:26:59 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-25 10:26:59 +0100 |
commit | b45297334da2be5286d5c4a02875dd8384500229 (patch) | |
tree | b2ab70dc5ddc09dfd70b0c754777f91ec630922d /composer.json | |
parent | 4ca84fbb5e56a9063a5afcd0b4b5798fa475aaf7 (diff) |
update to 1.2.1
switch to phpunit7
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 75ddb2b..f5120e8 100644 --- a/composer.json +++ b/composer.json @@ -29,13 +29,13 @@ "require": { "php": "^5.6 || ^7.0", "laminas/laminas-diactoros": "^1.7 || ^2.0", - "laminas/laminas-http": "^2.7", + "laminas/laminas-http": "^2.11", "laminas/laminas-zendframework-bridge": "^1.0", "psr/http-message": "^1.0" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", - "phpunit/phpunit": "^5.7.15 || ^6.5.6" + "phpunit/phpunit": "^5.7.15 || ^6.5.6 || ^7.5.20" }, "conflict": { "laminas/laminas-stdlib": "< 3.2.1" |