Skip to content

Releases: promenadeco/magento-composer-installer

Glob update

27 Jun 21:47
Compare
Choose a tag to compare
  • 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

27 Jun 20:13
Compare
Choose a tag to compare

Part 2: Remove echo because 😇 oopsie 💩 sie

Recursive Directories Fix

27 Jun 20:03
1224ea1
Compare
Choose a tag to compare

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.