Added discard changes in composer (for those weird cases where it says something changed in a vendor directory)

This commit is contained in:
snipe 2021-03-09 17:38:06 -08:00
parent 0fa07a4bca
commit b103f724b5

View file

@ -108,9 +108,7 @@
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"process-timeout": 3000,
"platform": {
"php": "7.2.5"
}
"discard-changes": true,
"process-timeout": 3000
}
}