Vaimo Composer Patches Versions Save

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, sequencing, custom patch applier configuration and composer command for testing/troubleshooting patches.

5.2.0

3 weeks ago

Add JSON output format flag and correct return value in ListCommand #108 Resolve RuntimeException "Could not delete file" #112

5.1.2

5 months ago

Resolve unzip error on applying new patches when composer cache is cleared #107

5.1.1

1 year ago

Fix deprecation message for PHP 8.2: https://github.com/vaimo/composer-patches/issues/104

5.1.0

1 year ago
  • Use the proper way to retrieve the Composer version #92
  • Fix PHP 8.1 deprecation notices

5.0.0

1 year ago

3.53.4

3 years ago

Fix

  • bundled patches fail to apply when using patch-mapping configuration due to refactored code in 3.53.2 having messed up argument order used for a sub-function call in BasePathComponent

Links: src diff

4.22.4

3 years ago

changes in this release forward-ported from 3.53.4

Fix

  • bundled patches fail to apply when using patch-mapping configuration due to refactored code in 3.53.2 having messed up argument order used for a sub-function call in BasePathComponent

Links: src diff

3.53.3

3 years ago

Fix

  • patch applier crash when branch alias defined for root package (scenario: root-branch-alias) [pull/73]

Maintenance

  • make patch commands available when the plugin itself is a root package (just for the sake of allowing people to conduct quick experiments when developing)

Links: src diff

4.22.3

3 years ago

changes in this release forward-ported from 3.53.3

Fix

  • patch applier crash when branch alias defined for root package (scenario: root-branch-alias) [pull/73]

Maintenance

  • make patch commands available when the plugin itself is a root package (just for the sake of allowing people to conduct quick experiments when developing)

Links: src diff

4.22.2

3 years ago

changes in this release forward-ported from 3.53.2

Fix

  • patches applied before packages properly re-installed with Composer V2 (missed the fact that installations, like downloads are now done in asynchronous manner) [issues/70]

Links: src diff