Skip to content

Commit c630824

Browse files
committed
add support for phpstan/phpdoc-parser 2
1 parent 1fb5ba8 commit c630824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.3 || ^8.0",
1414
"phpdocumentor/reflection-common": "^2.0",
15-
"phpstan/phpdoc-parser": "^1.18",
15+
"phpstan/phpdoc-parser": "^1.18|^2.0",
1616
"doctrine/deprecations": "^1.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)