Skip to content

Commit b4f4a26

Browse files
committed
fix minimal phpstan version due to PropertyTag::getReadableType()
1 parent 3c1c702 commit b4f4a26

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
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": ">=8.1",
10-
"phpstan/phpstan": "^1.10"
10+
"phpstan/phpstan": "^1.10.12"
1111
},
1212
"require-dev": {
1313
"phpstan/extension-installer": "^1.1",

0 commit comments

Comments
 (0)