Skip to content

Commit

Permalink
Fix broken composer constraint for Psalm
Browse files Browse the repository at this point in the history
🤦
  • Loading branch information
gmazzap committed Sep 2, 2020
1 parent 830a14a commit 080f351
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 @@ -46,7 +46,7 @@
"symfony/process": "^3.0",
"wp-cli/wp-cli": "2.*",
"inpsyde/php-coding-standards": "^1",
"vimeo/psalm": "^3.14.*",
"vimeo/psalm": "3.14.*",
"phpunit/phpunit": "^7",
"mockery/mockery": "^1",
"mikey179/vfsstream": "^1"
Expand Down

0 comments on commit 080f351

Please sign in to comment.