mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Added discard changes in composer (for those weird cases where it says something changed in a vendor directory)
This commit is contained in:
parent
0fa07a4bca
commit
b103f724b5
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue