1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 09:19:40 +01:00
psalm/vendor-bin/box/composer.json

13 lines
185 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
}
}
2018-04-08 18:36:29 +02:00
}