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

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning...

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

Do you have any Ideas, why i get this error? ```shell > pre-autoload-dump: Vaimo\ComposerPatches\Plugin->postInstall Processing patches configuration - Removing league/fractal (0.19.2) Executing async command (CWD): rm -rf '/builds/builder/backend/vendor/league/fractal' - Downloading...

When upgrading to Composer ~1.10.21, patches fail to apply due to a new exception being thrown by Composer. ` Executing command (CWD): which patch The given CWD for the process...

bug

Closes: #75 This PR adds the functionality to add wildcards to the path of folders to search in Example configuration for this would be ``` "extra": { "patcher": { "search":...

**Is your feature request related to a problem? Please describe.** I have a composer module containing just a `composer.json`, and a `xxxxx.patch` file. I accidentally had `"type":"metapackage"` in my module's...

**Is your feature request related to a problem? Please describe.** I have a patch that fails right now, but could pass in the future (due to circumstances not relevant to...

I have one composer module that requires different applier settings (`--binary`) than the rest of the patches. I tried several different configuration unsuccessfully: ``` "extra": { "patches": { "vendor1/package1": {...

I'm trying to apply this patch: https://github.com/magento/magento2/commit/79a13b483db3bf066cda6bcb69737cec02f78d47.patch This commit has changes in two files: - `app/code/Magento/Catalog/Model/Product/ProductFrontendAction/Synchronizer.php` - `lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php` I'm trying to patch that with this config: ``` "patches": { "*":...

enhancement
question

checksum check fails even if it is the right checksum but in the wrong case

This package uses `drupol/phposinfo` which is abandoned. Composer suggests switching to `loophp/phposinfo` instead. The new package appears to be a continuation and has a v1.7 release that fixes, the only...

Patches cannot be applied for files with CRLF line terminators **Pre-requisites** 1. I use "vaimo/composer-patches": "4.21.1" 2. I have "mageplaza/magento-2-seo-extension", from: > "repositories": { > "mageplaza": { > "type": "composer",...