Skip to content

Commit 8541e07

Browse files
committed
We can probably enable future versions of PHPStan PHPDoc parser
1 parent ee74108 commit 8541e07

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
@@ -19,7 +19,7 @@
1919
"php": "^7.2 || ^8.0",
2020
"ext-mbstring": "*",
2121
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0",
22-
"phpstan/phpdoc-parser": ">=1.22.0 <1.23.0",
22+
"phpstan/phpdoc-parser": "^1.22.0",
2323
"squizlabs/php_codesniffer": "^3.7.1"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)