diff options
| author | Rami Jasim <minecraftmrgold@gmail.com> | 2025-03-12 14:30:36 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-03-12 14:30:36 +0000 |
| commit | f541b76dbdc72bc2685ad2c87ee1b0b034ff7778 (patch) | |
| tree | dc2c5610db8ade6d22a5899eb2a7366ea6b0c4bb /composer.json | |
| parent | 1bf0695ec507e2bdc474bbbd045ae21a39a60c08 (diff) | |
Fix #5257: Type Hinting for Simple(ORMap)Collection
Closes #5257
Merge request studip/studip!3943
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index aa985ea..c4132e1 100644 --- a/composer.json +++ b/composer.json @@ -77,7 +77,8 @@ "symfony/var-dumper": "6.4.7", "maximebf/debugbar": "1.22.3", "codeception/specify": "^2.0", - "zorac/phpstan-php-di": "^1.0" + "zorac/phpstan-php-di": "^1.0", + "phpstan/phpdoc-parser": "^2.1" }, "require": { "php": "^8.1", |
