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

13 lines
189 B
JSON
Raw Normal View History

2018-04-08 18:36:29 +02:00
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"humbug/box": "3.10.*"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
2018-04-08 18:36:29 +02:00
}