1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-03 10:07:52 +01:00
psalm/vendor-bin/box/composer.json
2024-01-17 19:56:04 +01:00

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"
}
}
}