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

After updating to Composer 2.0.11 (from 1.10.20) and using vaimo/composer-patches 4.22.4, a patch list that previously applied without issue now crashes immediately as the patch application process begins with the...

bug

If the file uses CRLF, and the patch don't uses CRLF ``` patching file Hunk #1 FAILED at (different line endings). ``` If the file uses CRLF, and the patch...

enhancement

**Is your feature request related to a problem? Please describe.** In an attempt to keep everything in modules it would be nice to have wildcards work in the search configuration...

enhancement

The plugin currently includes quite a many files that are only needed for development which end up being installed to every project that uses the plugin. Create a new branch...

enhancement

The current logic has been built so that when there are patches that have not yet been applied, the packages that they target are re-installed beforehand - even when there...

bug

Using the command patch:undo does not undo the changes done to files in the vendor folder. When subsequently running patch:apply, receive an error that the patch is already applied. **Pre-requisites**...

bug

**Is your feature request related to a problem? Please describe.** In case one is working on a large-scale project or works in an agency where the patching of project is...

enhancement

all scripts in `bin` are linux only. would be nice to use OS agnostic tools like php or https://robo.li to do all the task running. a simple `composer install` schould...

enhancement

**Is your feature request related to a problem? Please describe.** Currently the test scenarios are based on custom scripts that do not allow convenient development flow and test runner utilization...

enhancement

**Is your feature request related to a problem? Please describe.** Maintaining a central patch list for Magento is challenging due to some conflicts with other packages, for example Magento's ECE...

enhancement