composer-patches icon indicating copy to clipboard operation
composer-patches copied to clipboard

Allow wildcard in patches search folder path

Open indykoning opened this issue 4 years ago • 2 comments
trafficstars

Closes: #75

This PR adds the functionality to add wildcards to the path of folders to search in

Example configuration for this would be

    "extra": {
        "patcher": {
            "search": ["patches", "app/code/<vendor>/*/patches", "vendor/<vendor>/*/patches"]
        }
    }

indykoning avatar Oct 05 '21 15:10 indykoning

@zamoroka while you're merging, can you do this one as well? :)

peterjaap avatar May 13 '22 09:05 peterjaap