diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-25 14:21:07 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-25 14:21:07 +0200 |
commit | a43d428d41e7d372f741cc945233bd875136eeb8 (patch) | |
tree | e87c4655176a539f12628ed7b54763b115c657d1 /composer.json | |
parent | abb1a5d47cf228a8707a25fd706cd334f5a2ce16 (diff) |
update to 2.22.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 5a9deb5..3c552aa 100644 --- a/composer.json +++ b/composer.json @@ -36,8 +36,7 @@ "laminas/laminas-stdlib": "^3.10" }, "require-dev": { - "laminas/laminas-cache": "^2.6.1", - "laminas/laminas-coding-standard": "~2.2.1", + "laminas/laminas-coding-standard": "~2.3.0", "laminas/laminas-db": "^2.7", "laminas/laminas-filter": "^2.14.0", "laminas/laminas-http": "^2.14.2", @@ -45,12 +44,12 @@ "laminas/laminas-session": "^2.12.1", "laminas/laminas-uri": "^2.9.1", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5.5", - "psalm/plugin-phpunit": "^0.15.0", + "phpunit/phpunit": "^9.5.21", + "psalm/plugin-phpunit": "^0.17.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", - "vimeo/psalm": "^4.23" + "vimeo/psalm": "^4.24.0" }, "suggest": { "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator", |