lkwdwrd / wp-muplugin-loader

A drop-in MU Plugin loader for WordPress
59 stars 26 forks source link

Add ability to force unix separators in the mu plugin loader #5

Closed johnpbloch closed 7 years ago

johnpbloch commented 7 years ago

For those of us who work on a Windows environment locally, but using Vagrant or Docker, we need to be able to force the composer plugin to use unix directory separators. This adds a Composer extras option to indicate that this is the desired behavior.

  "extras": {
    "force-unix-separator": true
  }