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.
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" }