1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Allow composer-versions-deprecated in box build env

This commit is contained in:
Bruce Weirdan 2021-12-26 09:30:27 +02:00
parent 9387942463
commit 7bb737bedc
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -3,5 +3,10 @@
"prefer-stable": true,
"require": {
"humbug/box": "3.10.*"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
}