1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Pin PHP 8.0 polyfill version

This commit is contained in:
Matthew Brown 2022-03-07 15:12:09 -05:00
parent da47f198ad
commit 48d37eaade

View File

@ -2,7 +2,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"humbug/box": "3.10.*"
"humbug/box": "^3.16",
"symfony/polyfill-php80": "1.24.0"
},
"config": {
"allow-plugins": {