Skip to content

Commit

Permalink
Define min version for phpstan to be 1.10.9
Browse files Browse the repository at this point in the history
We need at least phpstan 1.10.9 due to
phpstan/phpstan-src@ea2670a
  • Loading branch information
sascha-egerer committed May 3, 2024
1 parent 2f4cb14 commit 26ca88c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
passthru="true"
checkreturn="true"
>
<arg line="--runtime-set php_version 70400"/>
</exec>
</target>

Expand All @@ -49,7 +48,6 @@
checkreturn="true"
level="error"
>
<arg line="--runtime-set php_version 70400"/>
</exec>
</target>

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 26ca88c

Please sign in to comment.