From e3d442869abc9f5ca89b4c887d3d9abaf908d4e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Aug 2021 15:48:01 +0200 Subject: update to 1.6.8 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index f0b6a4a..9a6494e 100644 --- a/composer.json +++ b/composer.json @@ -21,10 +21,10 @@ "php": "^7.1.3 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^7.0", - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan-shim": "^0.9.2", - "vimeo/psalm": "^3.8.1" + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", + "doctrine/coding-standard": "^9.0", + "phpstan/phpstan": "^0.12", + "vimeo/psalm": "^4.2.1" }, "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" } -- cgit