Skip to content

Commit

Permalink
fix minimal phpstan version due to PropertyTag::getReadableType()
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Mar 23, 2024
1 parent 3c1c702 commit b4f4a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"require": {
"php": ">=8.1",
"phpstan/phpstan": "^1.10"
"phpstan/phpstan": "^1.10.12"
},
"require-dev": {
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit b4f4a26

Please sign in to comment.