1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Allow Psalm to be installed on PHP 8 (#2660)

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.
This commit is contained in:
Scott Arciszewski 2020-01-17 18:11:44 -05:00 committed by Matthew Brown
parent db7b537bd1
commit dbb630ec91

View File

@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3|^8",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",