From 988a9b769d5e4b6fb6688c8f8e45510f80c18887 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Jul 2022 10:36:08 +0200 Subject: update to 2.19.0 --- composer.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a881ba1..d77041e 100644 --- a/composer.json +++ b/composer.json @@ -38,14 +38,12 @@ "laminas/laminas-validator": "^2.15" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.2.1", + "laminas/laminas-coding-standard": "~2.3.0", "laminas/laminas-db": "^2.13.4", - "phpspec/prophecy": "^1.14", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5.5", - "psalm/plugin-phpunit": "^0.15.1", + "phpunit/phpunit": "^9.5.21", + "psalm/plugin-phpunit": "^0.17.0", "psr/http-message": "^1.0", - "vimeo/psalm": "^4.6" + "vimeo/psalm": "^4.24.0" }, "suggest": { "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads" -- cgit