diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-01-05 09:17:55 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-01-05 09:17:55 +0000 |
| commit | 1eb58c143460343ec2a5cda7ef11d8cc39c07529 (patch) | |
| tree | 07337ae554c522ab5cf24b5f14fcf6def30966fc /phpstan.neon.dist | |
| parent | 4a2977016d1a589c9f05ce0721afc6dd433a9454 (diff) | |
use php 7.4 as minimum version and adjust system accordingly, fixes #3123
Closes #3123
Merge request studip/studip!2110
Diffstat (limited to 'phpstan.neon.dist')
| -rw-r--r-- | phpstan.neon.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 1682aa4..17ff7c6 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,6 +1,6 @@ parameters: level: 0 - phpVersion: 70200 # PHP 7.2 + phpVersion: 70400 # PHP 7.4 paths: - app/controllers - app/routes |
