diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-07-14 08:00:25 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-07-14 08:00:25 +0000 |
| commit | b7dcb67da285cd25122a59dd342ca78400450ff2 (patch) | |
| tree | e5b6f6d6e83b9cfa2ecb6b609cbcd364732a67b9 /composer.json | |
| parent | 0cd628630c79078cc28abc567e885c98c19b2c3a (diff) | |
update phpstan to 1.8, re #606
Closes #606
Merge request studip/studip!810
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 3d4cea4..21f4c3b 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "codeception/codeception": "~4.1.21", "codeception/module-asserts": "^1.3", "overtrue/phplint": "^3.0", - "phpstan/phpstan": "^1.7" + "phpstan/phpstan": "^1.8" }, "require": { "php": "^7.2", |
