mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
369ba0635e
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.
13 lines
190 B
JSON
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
|
|
}
|
|
}
|
|
}
|