project-base
project-base copied to clipboard
Throw error on patch failure
Currently composer patches will not halt the build if a patch fails to apply. IMO, this should be the default behavior, but it's not. Fortunately, there's a config to set this :)
https://github.com/cweagans/composer-patches#error-handling for reference