aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-12-04 15:51:57 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-12-04 15:51:57 +0000
commitc1e29f7e8462cc8988f0dca201f7f57dc2807add (patch)
treebcc0f369020de418a21fc4dc1c13111d01dfd62b /composer.json
parentfac89b11bc20d86ec435c1b450ccc50219002ecf (diff)
upgrade to phpstan 2, fixes #4958
Closes #4958 Merge request studip/studip!3722
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 32617d6..20e1638 100644
--- a/composer.json
+++ b/composer.json
@@ -71,7 +71,7 @@
"codeception/codeception": "5.1.2",
"codeception/module-asserts": "3.0.0",
"overtrue/phplint": "9.3.0",
- "phpstan/phpstan": "1.11.0",
+ "phpstan/phpstan": "^2.0",
"symfony/var-dumper": "6.4.7",
"maximebf/debugbar": "1.22.3",
"codeception/specify": "^2.0"