Skip to content

Commit b14d0dc

Browse files
authored
Merge pull request #120 from igorleszczynski/feature/phpstan-phpdoc-parser-update
Update phpstan/phpdoc-parser version constraint
2 parents 24d1fa6 + 18ce886 commit b14d0dc

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
@@ -34,7 +34,7 @@
3434
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
3535
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
3636
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
37-
"phpstan/phpdoc-parser": "^1.26"
37+
"phpstan/phpdoc-parser": "^1.26|^2.0"
3838
},
3939
"extra": {
4040
"laravel": {

0 commit comments

Comments
 (0)