Avoid overlapping images when downloading them

This commit is contained in:
Jeremy Benoist
2022-02-03 13:29:40 +01:00
parent 485405190d
commit 2b3ff84829
3 changed files with 29 additions and 5 deletions

View File

@ -164,7 +164,10 @@
"platform": {
"php": "7.2.5"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true