composer-patches
composer-patches copied to clipboard
Allow wildcard in patches search folder path
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"]
}
}
@zamoroka while you're merging, can you do this one as well? :)