Releases: promenadeco/magento-composer-installer
Releases · promenadeco/magento-composer-installer
Glob update
- Updated calls to glob so they can use an expanded syntax for better globbing (it's just fun to say glob)
- Changed glob pattern for recursion so it includes hidden files and excludes . and .. folders.
Recursive Directories Fix
Part 2: Remove echo because 😇 oopsie 💩 sie
Recursive Directories Fix
Changed the way the Copy::createDelegate
method handles copying when the source file is actually a folder. Made this recurse back into the create
method for now, passing the folder as a glob pattern. This is less performant than copying the entire folder at once, but copying the entire folder produces incorrect file paths when the destination folder already exists and copying file-by-file seems the best way to reconcile this so that any pre-existing non-composer-installed files in that folder can remain intact.