composer-patches icon indicating copy to clipboard operation
composer-patches copied to clipboard

Simple patches plugin for Composer

Results 152 composer-patches issues
Sort by recently updated
recently updated
newest added

I'm trying to apply a valid patch for drupal core but it always fails when I call `composer install`, ``` bash-5.1$ rm -rf web/core/ bash-5.1$ composer install Gathering patches for...

The composer package of drupal/core only contains a subdir of the upstream project. This leads to a problem that was fixed by composer-patches via the "patchLevel" configuration. This leads to...

Running composer with --no-scripts is very common when the dependencies are fetched in a build context (ie: Dockerfile). The patches are not applied when running composer with --no-scripts, which makes...

Hi, I need the ability to patch some module made in code with \r\l line endings. The only clean way to do it, without using git apply, is to use...

The docs are good about explaining the difference nuances of how to edit your composer.json to add a patch. They are missing a "now what?" `composer update`? `composer install`? `composer...

## Problem When attempting to use this package on a system that does not have the "patch" command installed, you get a vague error message: > Could not apply patch!...

The only way i have been able to process a new "ignored" patch is to edit the description text of a patch on the same module. This triggers that module...

If you define a composer dependency and within that composer dependency you define a patch for another dependency, when running composer update I'm not seeing that project removed and re-added...

Since today I've problems with applying patches when I install packages with composer for new projects. The install command fails with the following error: ``` [ErrorException] file_put_contents(typo3/cms-cli/PATCHES.txt): failed to open...

The image is the error and the other one is composer.json ![6fb8e51c-1e93-4c9c-978d-d40f87b712e2](https://user-images.githubusercontent.com/30699044/176519670-620af1ff-8e86-4485-a39d-86c64a1c66bd.jpg) { "name": "apigee/devportal-kickstart-project", "description": "Composer project template for the Apigee Developer Portal Drupal distribution.", "type": "project", "license": "GPL-2.0-or-later",...