From 50c0e8072bf8c3e7ba1e2d92ba149f1131c02d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Hochd=C3=B6rfer?= Date: Wed, 27 Apr 2022 20:13:59 +0200 Subject: [PATCH] PHPStan 1.6 compatibility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 20bce31..5e6a7a1 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "php": "^7.2.0 || ^8.1.0", "ext-dom": "*", "laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1 || ~4.5.0", - "phpstan/phpstan": "^1.5.7", + "phpstan/phpstan": "^1.6.2", "symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0" }, "conflict": { @@ -39,7 +39,7 @@ "nikic/php-parser": "^4.13.2", "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan-phpunit": "^1.1.1", - "phpstan/phpstan-strict-rules": "^1.1.0", + "phpstan/phpstan-strict-rules": "^1.2.0", "phpunit/phpunit": "^9.5.19", "squizlabs/php_codesniffer": "^3.6.2" },