diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-21 08:38:45 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-21 08:38:45 +0100 |
commit | b0a918b853a157155aab0dee4ccb1e483d902d83 (patch) | |
tree | dc8ead4cc91256e4e2db309886ec15897cabd04f /composer.json | |
parent | af12bc122fd3b6ace9063814d7a16860dc11a4b2 (diff) |
update to 2.20.0
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 c56454f..459dff7 100644 --- a/composer.json +++ b/composer.json @@ -20,11 +20,11 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.4.0", - "laminas/laminas-crypt": "^3.8.0", + "laminas/laminas-crypt": "^3.9.0", "laminas/laminas-db": "^2.15.0", "laminas/laminas-servicemanager": "^3.19", "phpunit/phpunit": "^9.5.25", - "psalm/plugin-phpunit": "^0.17.0", + "psalm/plugin-phpunit": "^0.18.0", "symfony/process": "^6.0.11", "vimeo/psalm": "^4.29" }, |