diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 18:19:52 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 18:19:52 +0000 |
| commit | 3f6581892f34c0327f73977536d5e8d6fa2a9199 (patch) | |
| tree | cb7b3c75f5113bdb16427371668a54cf5f390b11 /composer.json | |
| parent | 2e27d1836985d92d59d358352351dac56e895eb9 (diff) | |
update phpstan/phpstan to 1.11.0, fixes #4169
Closes #4169
Merge request studip/studip!3007
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 0ac48de..f9f1108 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "codeception/codeception": "5.1.2", "codeception/module-asserts": "3.0.0", "overtrue/phplint": "3.1.1", - "phpstan/phpstan": "^1.8", + "phpstan/phpstan": "1.11.0", "symfony/var-dumper": "6.4.7" }, "require": { |
