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
Package info
github.com/Marketo/Composer-Patch-Applicator
Type:composer-plugin
pkg:composer/marketo/composer-patch-applicator
2.0.0
2016-06-22 11:51 UTC
Requires
- composer-plugin-api: ~1.1
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
composer require marketo/composer-patch-applicator- Configure your patch directory (if needed). You can do this either by setting
the
marketo_patch_direnvironment variable, or by adding this to yourcomposer.json:
"extra": { "marketo_patch_dir": "path/to/your/patch/dir" }