Skip to content

Commit

Permalink
Allow Psalm to be installed on PHP 8 (#2660)
Browse files Browse the repository at this point in the history
PHP 8 won't be released until later this year, but it'd be nice to be able to install Psalm without Composer complaining loudly.
  • Loading branch information
scottarc authored and muglug committed Jan 17, 2020
1 parent db7b537 commit dbb630e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3|^8",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
Expand Down

0 comments on commit dbb630e

Please sign in to comment.