From 7859474842675d54c690602baeb9249a7b5ad559 Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Tue, 12 Dec 2023 21:07:19 +0100 Subject: [PATCH] Update phpstan and doctrine coding standard --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7f7eb08..b4f3235 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ "require-dev": { "phpunit/phpunit": "^9.5", "mikey179/vfsstream": "^1.6", - "phpstan/phpstan": "^1.9", - "doctrine/coding-standard": "^11.1" + "phpstan/phpstan": "^1.10", + "doctrine/coding-standard": "^12.0" }, "config": { "allow-plugins": {