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", "preferred-install": "dist",
"sort-packages": true, "sort-packages": true,
"optimize-autoloader": true, "optimize-autoloader": true,
"process-timeout": 3000, "discard-changes": true,
"platform": { "process-timeout": 3000
"php": "7.2.5"
}
} }
} }