diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-21 10:26:56 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-21 10:26:56 +0100 |
commit | d0ddc43bcd15e303f30aa78c02294120bddca870 (patch) | |
tree | ba92b6d8fccc340f291abe357be9c26d99a95e85 /composer.json | |
parent | 72e4902b10d0389413b66435dde6db9a938d0f36 (diff) |
raise dependency on laminas-http 2.18
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 9c6e0ce..af78ce6 100644 --- a/composer.json +++ b/composer.json @@ -31,14 +31,14 @@ "require": { "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "laminas/laminas-diactoros": "^2.0", - "laminas/laminas-http": "^2.15", + "laminas/laminas-http": "^2.18", "psr/http-message": "^1.0" }, "require-dev": { "laminas/laminas-coding-standard": "~2.4.0", - "phpunit/phpunit": "^9.5.25", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.28" + "phpunit/phpunit": "^9.5.27", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.4" }, "conflict": { "laminas/laminas-stdlib": "< 3.2.1", |