From 32e425d034dc92233f961b54200b9160586f2243 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Dec 2022 08:48:51 +0100 Subject: update to 3.5.2 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index e1e1aab..16492f7 100644 --- a/composer.json +++ b/composer.json @@ -40,16 +40,16 @@ "psr/log": "^1|^2|^3" }, "require-dev": { - "doctrine/coding-standard": "10.0.0", - "jetbrains/phpstorm-stubs": "2022.2", - "phpstan/phpstan": "1.8.10", + "doctrine/coding-standard": "11.0.0", + "jetbrains/phpstorm-stubs": "2022.3", + "phpstan/phpstan": "1.9.2", "phpstan/phpstan-strict-rules": "^1.4", - "phpunit/phpunit": "9.5.25", - "psalm/plugin-phpunit": "0.17.0", + "phpunit/phpunit": "9.5.27", + "psalm/plugin-phpunit": "0.18.4", "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^5.4|^6.0", "symfony/console": "^4.4|^5.4|^6.0", - "vimeo/psalm": "4.29.0" + "vimeo/psalm": "4.30.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." -- cgit