marketo / composer-patch-applicator
A Composer post-update/install-cmd script to automatically apply patches
Installs: 5 645
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 14
Forks: 1
Type:composer-plugin
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_dir
environment variable, or by adding this to yourcomposer.json
:
"extra": { "marketo_patch_dir": "path/to/your/patch/dir" }