mirror of
https://github.com/danog/psalm.git
synced 2024-12-03 10:07:52 +01:00
16 lines
225 B
JSON
16 lines
225 B
JSON
{
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"humbug/box": "^4"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/package-versions-deprecated": true
|
|
},
|
|
"platform": {
|
|
"php": "8.1.27"
|
|
}
|
|
}
|
|
}
|