szeidler / composer-patches-cli

Adds a CLI wrapper for cweagans/composer-patches
MIT License
28 stars 8 forks source link

Provide command to transform all defined remote patches to local #33

Closed szeidler closed 11 months ago

szeidler commented 11 months ago

Remote patches loaded from public URLs have security implications. It could be cool to have a command that is able to transform remote patches (with a URL) to download and rewrite them to a configurable patches folder.

This issue is somewhat related to #24, but not exactly the same.