Skip to content

Commit 72a3439

Browse files
authored
pin Psalm to 4.9.2 to prevent a spurious linting error (#71)
1 parent e865744 commit 72a3439

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
@@ -24,7 +24,7 @@
2424
"kevinrob/guzzle-cache-middleware": "^3",
2525
"phpunit/phpunit": "^9",
2626
"phpunit/php-code-coverage": "^9",
27-
"vimeo/psalm": "^4.7"
27+
"vimeo/psalm": "4.9.2"
2828
},
2929
"suggest": {
3030
"guzzlehttp/guzzle": "(^7) Required when using GuzzleEventPublisher or the default FeatureRequester",

0 commit comments

Comments
 (0)