From ac8110e2c1c3d52e7a20827c4a3639aff1b07c66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Feb 2023 11:56:35 +0100 Subject: update to 3.6.0 --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3dc6c10..3495dc1 100644 --- a/composer.json +++ b/composer.json @@ -40,11 +40,12 @@ "psr/log": "^1|^2|^3" }, "require-dev": { - "doctrine/coding-standard": "11.0.0", + "doctrine/coding-standard": "11.1.0", + "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2022.3", - "phpstan/phpstan": "1.9.4", + "phpstan/phpstan": "1.9.14", "phpstan/phpstan-strict-rules": "^1.4", - "phpunit/phpunit": "9.5.27", + "phpunit/phpunit": "9.6.3", "psalm/plugin-phpunit": "0.18.4", "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^5.4|^6.0", -- cgit