Skip to content

Commit 26ca88c

Browse files
committed
Define min version for phpstan to be 1.10.9
We need at least phpstan 1.10.9 due to phpstan/phpstan-src@ea2670a
1 parent 2f4cb14 commit 26ca88c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
passthru="true"
3838
checkreturn="true"
3939
>
40-
<arg line="--runtime-set php_version 70400"/>
4140
</exec>
4241
</target>
4342

@@ -49,7 +48,6 @@
4948
checkreturn="true"
5049
level="error"
5150
>
52-
<arg line="--runtime-set php_version 70400"/>
5351
</exec>
5452
</target>
5553

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prefer-stable": true,
1313
"require": {
1414
"php": "^7.4 || ^8.0",
15-
"phpstan/phpstan": "^1.10",
15+
"phpstan/phpstan": "^1.10.9",
1616
"typo3/cms-core": "^11.5 || ^12.4 || ^13.0",
1717
"typo3/cms-extbase": "^11.5 || ^12.4 || ^13.0",
1818
"bnf/phpstan-psr-container": "^1.0",

0 commit comments

Comments
 (0)