Skip to content

Commit

Permalink
fix: Tell composer to discard any changes we applied to vendor / cont…
Browse files Browse the repository at this point in the history
…rib stuff via composer-patches.

Composer will re-apply the patches are update, so no need to make a mess by stashing or whatever.

Refs: RW-1128
  • Loading branch information
cafuego committed Dec 10, 2024
1 parent b71f12b commit f1984cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"prefer-stable": true,
"config": {
"bin-dir": "vendor/bin/",
"discard-changes": true,
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
Expand Down

0 comments on commit f1984cc

Please sign in to comment.