1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 02:27:59 +01:00
psalm/vendor-bin/box/composer.json

16 lines
225 B
JSON
Raw Normal View History

2018-04-08 18:36:29 +02:00
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
2024-01-17 19:41:59 +01:00
"humbug/box": "^4"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true
2024-01-17 19:56:04 +01:00
},
"platform": {
"php": "8.1.27"
}
}
2018-04-08 18:36:29 +02:00
}