1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 09:37:59 +01:00
psalm/vendor-bin/box/composer.json
Bruce Weirdan 369ba0635e
Update humbug/box
It updates humbug/scoper as well, so some changes to scoper
configuration are required.

`PSALM_VERSION` and `PHP_PARSER_VERSION` constants are made unscoped to
prevent various issues.
2022-11-25 23:58:41 -04:00

13 lines
190 B
JSON

{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"humbug/box": "^3.16.0"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
}