skilld-labs / skilld-docker-container

Starterkit for drupal development
MIT License
20 stars 32 forks source link

#438 - Remove dependency to Webmozart\PathUtil\Path #439

Closed nicolas-guerrier closed 1 year ago

nicolas-guerrier commented 1 year ago

PR to address #438 (based on this change https://github.com/drupal-composer/drupal-project/pull/619/files)

One note though : I tried without adding use Symfony\Component\Filesystem\Path; and install seemed to be still working, worth digging a bit, if useless or no (I see usage of "Path" a bit later in ScriptHandler.php..?)

andypost commented 1 year ago

It should work, let's decide on fate of custom script handler in follow-up