Skip to content

Commit 080f351

Browse files
committed
Fix broken composer constraint for Psalm
🤦
1 parent 830a14a commit 080f351

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
@@ -46,7 +46,7 @@
4646
"symfony/process": "^3.0",
4747
"wp-cli/wp-cli": "2.*",
4848
"inpsyde/php-coding-standards": "^1",
49-
"vimeo/psalm": "^3.14.*",
49+
"vimeo/psalm": "3.14.*",
5050
"phpunit/phpunit": "^7",
5151
"mockery/mockery": "^1",
5252
"mikey179/vfsstream": "^1"

0 commit comments

Comments
 (0)