marketo/composer-patch-applicator

This package is abandoned and no longer maintained. No replacement package was suggested.

A Composer post-update/install-cmd script to automatically apply patches

Installs: 5 644

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 14

Forks: 1

Type:composer-plugin

2.0.0 2016-06-22 11:51 UTC

This package is not auto-updated.

Last update: 2024-03-15 17:19:54 UTC


README

A Composer post-update/install-cmd script to automatically apply patches located, by default, in mysite/patches (obviously, based on an SS layout). This can be altered by setting the marketo_patch_dir environment variable.

Install instructions

  1. composer require marketo/composer-patch-applicator
  2. Configure your patch directory (if needed). You can do this either by setting the marketo_patch_dir environment variable, or by adding this to your composer.json:

"extra": { "marketo_patch_dir": "path/to/your/patch/dir" }