From 0a4fdf15517b112bd3cfa4d264a2e0ce1248b942 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Sep 2022 11:36:50 +0200 Subject: update to 2.13.2 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 0f4e128..cf7b249 100644 --- a/composer.json +++ b/composer.json @@ -40,15 +40,15 @@ }, "require-dev": { "doctrine/annotations": "^1.13", - "doctrine/coding-standard": "^9.0", + "doctrine/coding-standard": "^9.0.2 || ^10.0", "phpbench/phpbench": "^0.16.10 || ^1.0", - "phpstan/phpstan": "~1.4.10 || 1.8.2", + "phpstan/phpstan": "~1.4.10 || 1.8.5", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "psr/log": "^1 || ^2 || ^3", "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", - "vimeo/psalm": "4.26.0" + "vimeo/psalm": "4.27.0" }, "conflict": { "doctrine/annotations": "<1.13 || >= 2.0" -- cgit