From 26ca88c26126cbad8902ca18b0908be5660a76d6 Mon Sep 17 00:00:00 2001 From: Sascha Egerer Date: Fri, 3 May 2024 17:32:08 +0200 Subject: [PATCH] Define min version for phpstan to be 1.10.9 We need at least phpstan 1.10.9 due to https://github.com/phpstan/phpstan-src/commit/ea2670a086f0f699b92dd6b2535504771054498c --- build.xml | 2 -- composer.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.xml b/build.xml index cd267c0..5f67749 100644 --- a/build.xml +++ b/build.xml @@ -37,7 +37,6 @@ passthru="true" checkreturn="true" > - @@ -49,7 +48,6 @@ checkreturn="true" level="error" > - diff --git a/composer.json b/composer.json index e3093c5..8d44bee 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "prefer-stable": true, "require": { "php": "^7.4 || ^8.0", - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^1.10.9", "typo3/cms-core": "^11.5 || ^12.4 || ^13.0", "typo3/cms-extbase": "^11.5 || ^12.4 || ^13.0", "bnf/phpstan-psr-container": "^1.0",