diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-06 08:39:36 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-06 08:39:36 +0100 |
commit | b752ad2c79b9a08177ddc6c8b4c338b576a09761 (patch) | |
tree | b4e794a75e8afef4ca9df1f91f263417e7301868 /composer.json | |
parent | dba554119095ba8ce763a25803bf87c82208a8a4 (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index a9f8d82..556586c 100644 --- a/composer.json +++ b/composer.json @@ -41,12 +41,12 @@ "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.1", "laminas/laminas-coding-standard": "~2.4.0", "laminas/laminas-db": "^2.15", - "laminas/laminas-http": "^2.16", + "laminas/laminas-http": "^2.17.0", "laminas/laminas-validator": "^2.26", "phpunit/phpunit": "^9.5.25", - "psalm/plugin-phpunit": "^0.17.0", + "psalm/plugin-phpunit": "^0.18.0", "psr/http-message": "^1.0.1", - "vimeo/psalm": "^4.29" + "vimeo/psalm": "^5.1.0" }, "conflict": { "laminas/laminas-servicemanager": "<3.3", |